Amazon RoboMaker · Schema

Robots

Robots schema from openapi

RoboticsSimulation
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-robots-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-robots-schema.json",
  "title": "Robots",
  "description": "Robots schema from openapi",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Robot"
  },
  "minItems": 0,
  "maxItems": 1000
}