diff --git a/schema.json b/schema.json index 772213a..4c1e2c6 100644 --- a/schema.json +++ b/schema.json @@ -3,7 +3,6 @@ "required": [ "WhoamiResponse", "APIKeysResponse", - "GithubOAuthConfigResponse", "Auth0OAuthResponse", "BoxAcquireRequest", "BoxAcquireResponse", @@ -20,10 +19,6 @@ "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/APIKeysResponse" }, - "GithubOAuthConfigResponse": { - "$schema": "http://json-schema.org/draft-04/schema#", - "$ref": "#/definitions/GithubOAuthConfigResponse" - }, "Auth0OAuthResponse": { "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/Auth0OAuthResponse" @@ -64,18 +59,6 @@ "additionalProperties": false, "type": "object" }, - "GithubOAuthConfigResponse": { - "required": [ - "clientID" - ], - "properties": { - "clientID": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object" - }, "Auth0OAuthResponse": { "required": [ "newAccount", @@ -210,7 +193,8 @@ "canUnsetPassword", "unsubscribedFromEmails", "customerId", - "subscriptionId" + "subscriptionId", + "encryptionEnabled" ], "properties": { "sessionAge": { @@ -285,6 +269,9 @@ }, "subscriptionId": { "type": "string" + }, + "encryptionEnabled": { + "type": "boolean" } }, "additionalProperties": false,