{ "$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-delegation-set-schema.json", "title": "DelegationSet", "description": "A complex type that lists the name servers in a delegation set.", "type": "object", "properties": { "Id": { "type": "string" }, "CallerReference": { "type": "string" }, "NameServers": { "type": "array", "items": { "type": "string" } } } }