Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Create Simulation Application Response Structure

CreateSimulationApplicationResponse schema from openapi

Type: object Properties: 11
RoboticsSimulation

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

Properties

arn name version sources simulationSoftwareSuite robotSoftwareSuite renderingEngine lastUpdatedAt revisionId tags environment

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-create-simulation-application-response-structure.json",
  "description": "CreateSimulationApplicationResponse schema from openapi",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the simulation application."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The name of the simulation application."
        }
      ]
    },
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The version of the simulation application."
        }
      ]
    },
    "sources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Sources"
        },
        {
          "description": "The sources of the simulation application."
        }
      ]
    },
    "simulationSoftwareSuite": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimulationSoftwareSuite"
        },
        {
          "description": "The simulation software suite used by the simulation application."
        }
      ]
    },
    "robotSoftwareSuite": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RobotSoftwareSuite"
        },
        {
          "description": "Information about the robot software suite (ROS distribution)."
        }
      ]
    },
    "renderingEngine": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RenderingEngine"
        },
        {
          "description": "The rendering engine for the simulation application."
        }
      ]
    },
    "lastUpdatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastUpdatedAt"
        },
        {
          "description": "The time, in milliseconds since the epoch, when the simulation application was last updated."
        }
      ]
    },
    "revisionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RevisionId"
        },
        {
          "description": "The revision id of the simulation application."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The list of all tags added to the simulation application."
        }
      ]
    },
    "environment": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Environment"
        },
        {
          "description": "The object that contains the Docker image URI that you used to create your simulation application."
        }
      ]
    }
  },
  "name": "CreateSimulationApplicationResponse"
}