{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_google-apps", "title": "Google Workspace", "allOf": [ { "$ref": "#/components/schemas/access_identity-provider" }, { "properties": { "config": { "allOf": [ { "$ref": "#/components/schemas/access_generic-oauth-config" }, { "$ref": "#/components/schemas/access_custom-claims-support" }, { "properties": { "apps_domain": { "description": "Your companies TLD", "example": "mycompany.com", "type": "string" } }, "type": "object" } ] } }, "type": "object" } ], "type": "object" }