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