Amazon RoboMaker · Schema

BatchDeleteWorldsRequest

BatchDeleteWorldsRequest schema from openapi

RoboticsSimulation

Properties

Name Type Description
worlds object
View JSON Schema on GitHub

JSON Schema

amazon-robomaker-openapi-batch-delete-worlds-request-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-delete-worlds-request-schema.json",
  "title": "BatchDeleteWorldsRequest",
  "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"
  ]
}