{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionScopeAzureAD", "title": "ConnectionScopeAzureAD", "description": "OAuth 2.0 scopes to request from Azure AD during authentication. Each scope represents a permission (e.g., 'User.Read', 'Group.Read.All'). Only applies with Microsoft Identity Platform v2.0. See Microsoft Graph permissions reference for available scopes.", "type": "array", "minItems": 0, "maxItems": 100, "items": { "type": "string", "minLength": 0, "maxLength": 100 } }