summaryrefslogtreecommitdiff
path: root/types/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'types/server.go')
-rw-r--r--types/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/server.go b/types/server.go
index e149b16..24db8f2 100644
--- a/types/server.go
+++ b/types/server.go
@@ -17,7 +17,7 @@ type DiscoveryOrganizations struct {
type DiscoveryOrganization struct {
DisplayName DiscoMapOrString `json:"display_name"`
- OrgId string `json:"org_id"`
+ OrgID string `json:"org_id"`
SecureInternetHome string `json:"secure_internet_home"`
KeywordList DiscoMapOrString `json:"keyword_list"`
}