Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Batch Describe Simulation Job Response Structure

BatchDescribeSimulationJobResponse schema from openapi

Type: object Properties: 2
RoboticsSimulation

BatchDescribeSimulationJobResponse 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

jobs unprocessedJobs

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-batch-describe-simulation-job-response-structure.json",
  "description": "BatchDescribeSimulationJobResponse schema from openapi",
  "type": "object",
  "properties": {
    "jobs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimulationJobs"
        },
        {
          "description": "A list of simulation jobs."
        }
      ]
    },
    "unprocessedJobs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arns"
        },
        {
          "description": "A list of unprocessed simulation job Amazon Resource Names (ARNs)."
        }
      ]
    }
  },
  "name": "BatchDescribeSimulationJobResponse"
}