{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-control-tower/refs/heads/main/json-structure/get-landing-zone-response-structure.json", "name": "GetLandingZoneResponse", "description": "GetLandingZoneResponse schema from AWS Control Tower API", "type": "object", "properties": { "landingZone": { "$ref": "#/components/schemas/LandingZone" } } }