{ "$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-delegation-set-structure.json", "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" } } }, "name": "DelegationSet" }