{ "$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-describe-world-template-response-schema.json", "title": "DescribeWorldTemplateResponse", "description": "DescribeWorldTemplateResponse schema from openapi", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) of the world template." } ] }, "clientRequestToken": { "allOf": [ { "$ref": "#/components/schemas/ClientRequestToken" }, { "description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request." } ] }, "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." } ] }, "tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "A map that contains tag keys and tag values that are attached to the world template." } ] }, "version": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The version of the world template that you're using." } ] } } }