Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Start Simulation Job Batch Request Structure

StartSimulationJobBatchRequest schema from openapi

Type: object Properties: 4 Required: 1
RoboticsSimulation

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

Properties

clientRequestToken batchPolicy createSimulationJobRequests tags

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-start-simulation-job-batch-request-structure.json",
  "description": "StartSimulationJobBatchRequest schema from openapi",
  "type": "object",
  "properties": {
    "clientRequestToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientRequestToken"
        },
        {
          "description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request."
        }
      ]
    },
    "batchPolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchPolicy"
        },
        {
          "description": "The batch policy."
        }
      ]
    },
    "createSimulationJobRequests": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreateSimulationJobRequests"
        },
        {
          "description": "A list of simulation job requests to create in the batch."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "A map that contains tag keys and tag values that are attached to the deployment job batch."
        }
      ]
    }
  },
  "required": [
    "createSimulationJobRequests"
  ],
  "name": "StartSimulationJobBatchRequest"
}