{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-apps/refs/heads/main/json-schema/azure-container-apps-secret-schema.json", "title": "Secret", "description": "Secret schema from Azure Container Apps API", "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "identity": { "type": "string" }, "keyVaultUrl": { "type": "string" } } }