{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionScopeItem", "title": "ConnectionScopeItem", "description": "A single OAuth 2.0 scope string", "type": "string", "minLength": 1, "maxLength": 255 }