Amazon RoboMaker · Schema

GetWorldTemplateBodyResponse

GetWorldTemplateBodyResponse schema from openapi

RoboticsSimulation

Properties

Name Type Description
templateBody object
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-get-world-template-body-response-schema.json Raw ↑
{
  "$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-get-world-template-body-response-schema.json",
  "title": "GetWorldTemplateBodyResponse",
  "description": "GetWorldTemplateBodyResponse schema from openapi",
  "type": "object",
  "properties": {
    "templateBody": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Json"
        },
        {
          "description": "The world template body."
        }
      ]
    }
  }
}