Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Simulation Software Suite Structure

Information about a simulation software suite.

Type: object Properties: 2
RoboticsSimulation

SimulationSoftwareSuite 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-simulation-software-suite-structure.json",
  "description": "Information about a simulation software suite.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimulationSoftwareSuiteType"
        },
        {
          "description": "The name of the simulation software suite."
        }
      ]
    },
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimulationSoftwareSuiteVersionType"
        },
        {
          "description": "The version of the simulation software suite."
        }
      ]
    }
  },
  "name": "SimulationSoftwareSuite"
}