{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AzureCredentialsRequest", "title": "AzureCredentialsRequest", "type": "object", "properties": { "credentials": { "type": "object", "properties": { "clientId": { "type": "string" }, "clientSecret": { "type": "string" }, "tenantId": { "type": "string" }, "subscriptionId": { "type": "string" } }, "example": "example_value" } } }