{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-update-world-template-response-schema.json", "title": "UpdateWorldTemplateResponse", "description": "UpdateWorldTemplateResponse schema from openapi", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (arn) of the world template." } ] }, "name": { "allOf": [ { "$ref": "#/components/schemas/TemplateName" }, { "description": "The name of the world template." } ] }, "createdAt": { "allOf": [ { "$ref": "#/components/schemas/CreatedAt" }, { "description": "The time, in milliseconds since the epoch, when the world template was created." } ] }, "lastUpdatedAt": { "allOf": [ { "$ref": "#/components/schemas/LastUpdatedAt" }, { "description": "The time, in milliseconds since the epoch, when the world template was last updated." } ] } } }