{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/secondary-dns_single_request_outgoing", "title": "secondary-dns_single_request_outgoing", "properties": { "id": { "$ref": "#/components/schemas/secondary-dns_identifier" }, "name": { "$ref": "#/components/schemas/secondary-dns_name" }, "peers": { "$ref": "#/components/schemas/secondary-dns_peers" } }, "required": [ "id", "name", "peers" ] }