{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-update-service-template-output-structure.json", "name": "UpdateServiceTemplateOutput", "description": "UpdateServiceTemplateOutput schema from Amazon Proton API", "type": "object", "properties": { "serviceTemplate": { "allOf": [ { "$ref": "#/components/schemas/ServiceTemplate" }, { "description": "The service template detail data that's returned by Proton." } ] } }, "required": [ "serviceTemplate" ] }