{ "$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-list-hosted-zones-response-structure.json", "description": "ListHostedZonesResponse schema from openapi", "type": "object", "properties": { "HostedZones": { "type": "array", "items": { "$ref": "#/components/schemas/HostedZone" } }, "Marker": { "type": "string" }, "IsTruncated": { "type": "boolean" }, "NextMarker": { "type": "string" }, "MaxItems": { "type": "int32" } }, "name": "ListHostedZonesResponse" }