{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-custom-nameservers_CustomNSInput", "title": "Custom NS Input", "properties": { "ns_name": { "$ref": "#/components/schemas/dns-custom-nameservers_ns_name" }, "ns_set": { "$ref": "#/components/schemas/dns-custom-nameservers_ns_set" } }, "required": [ "ns_name" ] }