{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionScopeGoogleOAuth2", "title": "ConnectionScopeGoogleOAuth2", "description": "Array of OAuth 2.0 scopes requested during Google authentication.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionScopeArray" } ] }