Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Robot Software Suite Structure

Information about a robot software suite (ROS distribution).

Type: object Properties: 2
RoboticsSimulation

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

Properties

name version

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-robot-software-suite-structure.json",
  "description": "Information about a robot software suite (ROS distribution).",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RobotSoftwareSuiteType"
        },
        {
          "description": "The name of the robot software suite (ROS distribution)."
        }
      ]
    },
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RobotSoftwareSuiteVersionType"
        },
        {
          "description": "The version of the robot software suite (ROS distribution)."
        }
      ]
    }
  },
  "name": "RobotSoftwareSuite"
}