{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionScopeArray", "title": "ConnectionScopeArray", "description": "Array of custom OAuth 2.0 scopes to request during authentication.", "type": "array", "minItems": 0, "maxItems": 255, "items": { "$ref": "#/components/schemas/ConnectionScopeItem" } }