Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Create World Template Request Structure

CreateWorldTemplateRequest schema from openapi

Type: object Properties: 5
RoboticsSimulation

CreateWorldTemplateRequest is a JSON Structure definition published by Amazon RoboMaker, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

clientRequestToken name templateBody templateLocation tags

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-create-world-template-request-structure.json",
  "description": "CreateWorldTemplateRequest schema from openapi",
  "type": "object",
  "properties": {
    "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."
        }
      ]
    },
    "templateBody": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Json"
        },
        {
          "description": "The world template body."
        }
      ]
    },
    "templateLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemplateLocation"
        },
        {
          "description": "The location of the world template."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "A map that contains tag keys and tag values that are attached to the world template."
        }
      ]
    }
  },
  "name": "CreateWorldTemplateRequest"
}