Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Cancel Simulation Job Batch Request Structure

CancelSimulationJobBatchRequest schema from openapi

Type: object Properties: 1 Required: 1
RoboticsSimulation

CancelSimulationJobBatchRequest 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

batch

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-cancel-simulation-job-batch-request-structure.json",
  "description": "CancelSimulationJobBatchRequest schema from openapi",
  "type": "object",
  "properties": {
    "batch": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The id of the batch to cancel."
        }
      ]
    }
  },
  "required": [
    "batch"
  ],
  "name": "CancelSimulationJobBatchRequest"
}