Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Describe Robot Request Structure

Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.

Type: object Properties: 1 Required: 1
RoboticsSimulation

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

Properties

robot

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-describe-robot-request-structure.json",
  "description": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.",
  "type": "object",
  "properties": {
    "robot": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the robot to be described."
        }
      ]
    }
  },
  "required": [
    "robot"
  ],
  "deprecated": true,
  "name": "DescribeRobotRequest"
}