{ "$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-schema.json", "title": "RobotSoftwareSuite", "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)." } ] } } }