{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/dns-custom-nameservers_availability_response",
"title": "dns-custom-nameservers_availability_response",
"allOf": [
{
"$ref": "#/components/schemas/dns-custom-nameservers_api-response-collection"
},
{
"properties": {
"result": {
"items": {
"description": "Name of zone based on which account custom nameservers can be created. For example, if example.com is returned, then ns1.example.com can be used as an account custom nameserver.",
"example": "example.com",
"format": "hostname",
"readOnly": true,
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
]
}