DescribeWorldTemplateRequest schema from openapi
{ "$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-request-schema.json", "title": "DescribeWorldTemplateRequest", "description": "DescribeWorldTemplateRequest schema from openapi", "type": "object", "properties": { "template": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (arn) of the world template you want to describe." } ] } }, "required": [ "template" ] }