{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AzureHook", "type": "object", "properties": { "api_provider": { "type": "string" }, "azure_tenant_id": { "type": "string", "description": "The ID of the Office 365 tenant that all Azure API Management instances belong to." }, "azure_ad_application_id": { "type": "string", "description": "The application ID of the Azure Active Directory application." } } }