{ "$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-container-app-secret-structure.json", "description": "ContainerAppSecret schema from Azure Container Apps API", "type": "object", "properties": { "name": { "type": "string", "readOnly": true }, "value": { "type": "string", "readOnly": true } }, "name": "ContainerAppSecret" }