Amazon RoboMaker · Schema

RobotSoftwareSuiteType

RobotSoftwareSuiteType schema from openapi

RoboticsSimulation
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-robot-software-suite-type-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-robot-software-suite-type-schema.json",
  "title": "RobotSoftwareSuiteType",
  "description": "RobotSoftwareSuiteType schema from openapi",
  "type": "string",
  "enum": [
    "ROS",
    "ROS2",
    "General"
  ]
}