Amazon RoboMaker · Schema

WorldConfig

Configuration information for a world.

RoboticsSimulation

Properties

Name Type Description
world object
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-world-config-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-world-config-schema.json",
  "title": "WorldConfig",
  "description": "Configuration information for a world.",
  "type": "object",
  "properties": {
    "world": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The world generated by Simulation WorldForge."
        }
      ]
    }
  }
}