Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Update World Template Request Structure

UpdateWorldTemplateRequest schema from openapi

Type: object Properties: 4 Required: 1
RoboticsSimulation

UpdateWorldTemplateRequest is a JSON Structure definition published by Amazon RoboMaker, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

template name templateBody templateLocation

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-update-world-template-request-structure.json",
  "description": "UpdateWorldTemplateRequest schema from openapi",
  "type": "object",
  "properties": {
    "template": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (arn) of the world template to update."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateName"
        },
        {
          "description": "The name of the template."
        }
      ]
    },
    "templateBody": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Json"
        },
        {
          "description": "The world template body."
        }
      ]
    },
    "templateLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateLocation"
        },
        {
          "description": "The location of the world template."
        }
      ]
    }
  },
  "required": [
    "template"
  ],
  "name": "UpdateWorldTemplateRequest"
}