{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-get-world-template-body-response-structure.json", "description": "GetWorldTemplateBodyResponse schema from openapi", "type": "object", "properties": { "templateBody": { "allOf": [ { "$ref": "#/components/schemas/Json" }, { "description": "The world template body." } ] } }, "name": "GetWorldTemplateBodyResponse" }