{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-schema/openapi-template-parameters-map-schema.json", "title": "TemplateParametersMap", "description": "TemplateParametersMap schema from Amazon Panorama", "type": "object", "additionalProperties": { "$ref": "#/components/schemas/TemplateValue" } }