Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Get World Template Body Request Structure

GetWorldTemplateBodyRequest schema from openapi

Type: object Properties: 2
RoboticsSimulation

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

Properties

template generationJob

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-get-world-template-body-request-structure.json",
  "description": "GetWorldTemplateBodyRequest schema from openapi",
  "type": "object",
  "properties": {
    "template": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (arn) of the world template."
        }
      ]
    },
    "generationJob": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (arn) of the world generator job."
        }
      ]
    }
  },
  "name": "GetWorldTemplateBodyRequest"
}