{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-structure/update-landing-zone-response-structure.json", "name": "UpdateLandingZoneResponse", "description": "UpdateLandingZoneResponse schema from AWS Control Tower API", "type": "object", "properties": { "operationIdentifier": { "type": "string", "description": "A unique identifier assigned to the UpdateLandingZone operation.", "example": "a1b2c3d4-5678-90ab-cdef-EXAMPLE33333" } } }