{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-custom-nameservers_schemas-empty_response", "title": "dns-custom-nameservers_schemas-empty_response", "allOf": [ { "$ref": "#/components/schemas/dns-custom-nameservers_api-response-collection" }, { "properties": { "result": { "items": { "description": "Unused", "type": "string" }, "maxItems": 0, "type": "array" } }, "type": "object" } ] }