{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionAllowedAudiencesGoogleOAuth2", "title": "ConnectionAllowedAudiencesGoogleOAuth2", "description": "List of allowed audiences in the ID token for Google Native Social Login", "type": "array", "minItems": 1, "maxItems": 64, "items": { "type": "string", "description": "An allowed client id", "minLength": 1, "maxLength": 255 } }