RobotSoftwareSuiteType schema from openapi
{ "$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" ] }