Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Get World Template Body Response Structure

GetWorldTemplateBodyResponse schema from openapi

Type: object Properties: 1
RoboticsSimulation

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

Properties

templateBody

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