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