{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-records_dns_response_single", "title": "dns-records_dns_response_single", "allOf": [ { "$ref": "#/components/schemas/dns-records_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/dns-records_dns-record-response" } }, "type": "object" } ] }