{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route-53/refs/heads/main/json-structure/amazon-route-53-openapi-create-hosted-zone-response-structure.json", "description": "CreateHostedZoneResponse schema from openapi", "type": "object", "properties": { "HostedZone": { "$ref": "#/components/schemas/HostedZone" }, "ChangeInfo": { "$ref": "#/components/schemas/ChangeInfo" }, "DelegationSet": { "$ref": "#/components/schemas/DelegationSet" } }, "name": "CreateHostedZoneResponse" }