Amazon RoboMaker · Schema

BatchDescribeSimulationJobResponse

BatchDescribeSimulationJobResponse schema from openapi

RoboticsSimulation

Properties

Name Type Description
jobs object
unprocessedJobs object
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-batch-describe-simulation-job-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-batch-describe-simulation-job-response-schema.json",
  "title": "BatchDescribeSimulationJobResponse",
  "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)."
        }
      ]
    }
  }
}