Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Batch Delete Worlds Response Structure

BatchDeleteWorldsResponse schema from openapi

Type: object Properties: 1
RoboticsSimulation

BatchDeleteWorldsResponse is a JSON Structure definition published by Amazon RoboMaker, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

unprocessedWorlds

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-response-structure.json",
  "description": "BatchDeleteWorldsResponse schema from openapi",
  "type": "object",
  "properties": {
    "unprocessedWorlds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arns"
        },
        {
          "description": "A list of unprocessed worlds associated with the call. These worlds were not deleted."
        }
      ]
    }
  },
  "name": "BatchDeleteWorldsResponse"
}