{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientSecretAzureAD", "title": "ConnectionClientSecretAzureAD", "description": "The client secret (application password) from your Azure AD app registration. Used to authenticate your application when exchanging authorization codes for tokens.", "type": "string", "maxLength": 10000 }