{ "$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" }