{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-get-template-sync-config-input-structure.json", "name": "GetTemplateSyncConfigInput", "description": "GetTemplateSyncConfigInput schema from Amazon Proton API", "type": "object", "properties": { "templateName": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The template name." } ] }, "templateType": { "allOf": [ { "$ref": "#/components/schemas/TemplateType" }, { "description": "The template type." } ] } }, "required": [ "templateName", "templateType" ] }