{ "$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-job-execution-template-structure.json", "description": "JobExecutionTemplate schema from Azure Container Apps API", "type": "object", "properties": { "containers": { "type": "array", "items": { "$ref": "#/components/schemas/Container" } }, "initContainers": { "type": "array", "items": { "$ref": "#/components/schemas/Container" } } }, "name": "JobExecutionTemplate" }