{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-structure/list-landing-zone-operations-response-structure.json", "name": "ListLandingZoneOperationsResponse", "description": "ListLandingZoneOperationsResponse schema from AWS Control Tower API", "type": "object", "properties": { "landingZoneOperations": { "type": "array", "items": { "$ref": "#/components/schemas/LandingZoneOperationSummary" } }, "nextToken": { "type": "string" } } }