Amazon RoboMaker · Schema

RobotApplicationConfigs

RobotApplicationConfigs schema from openapi

RoboticsSimulation
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-robot-application-configs-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-application-configs-schema.json",
  "title": "RobotApplicationConfigs",
  "description": "RobotApplicationConfigs schema from openapi",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/RobotApplicationConfig"
  },
  "minItems": 1,
  "maxItems": 1
}