Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Environment Structure

The object that contains the Docker image URI for either your robot or simulation applications.

Type: object Properties: 1
RoboticsSimulation

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

Properties

uri

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-environment-structure.json",
  "description": "The object that contains the Docker image URI for either your robot or simulation applications.",
  "type": "object",
  "properties": {
    "uri": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryUrl"
        },
        {
          "description": "The Docker image URI for either your robot or simulation applications."
        }
      ]
    }
  },
  "name": "Environment"
}