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