Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Batch Delete Worlds Request Structure

BatchDeleteWorldsRequest schema from openapi

Type: object Properties: 1 Required: 1
RoboticsSimulation

BatchDeleteWorldsRequest 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

worlds

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-delete-worlds-request-structure.json",
  "description": "BatchDeleteWorldsRequest schema from openapi",
  "type": "object",
  "properties": {
    "worlds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arns"
        },
        {
          "description": "A list of Amazon Resource Names (arns) that correspond to worlds to delete."
        }
      ]
    }
  },
  "required": [
    "worlds"
  ],
  "name": "BatchDeleteWorldsRequest"
}