From 01c3f583afa041f65f1b07416e831c4d810c5df0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Mon, 24 Mar 2025 11:03:58 +0100 Subject: [PATCH] doc: update json schema --- doc/_static/config.schema.json | 44 ---------------------------------- 1 file changed, 44 deletions(-) diff --git a/doc/_static/config.schema.json b/doc/_static/config.schema.json index 0bedbbc4e..4f4679f5a 100644 --- a/doc/_static/config.schema.json +++ b/doc/_static/config.schema.json @@ -681,48 +681,6 @@ "description": "Use NODATA synthesis. NODATA will be synthesised for matching name, but mismatching type(e.g. AAAA query when only A exists).", "default": true }, - "root-fallback-addresses": { - "type": [ - "object", - "null" - ], - "additionalProperties": { - "anyOf": [ - { - "type": "array", - "items": { - "anyOf": [ - { - "type": "string" - }, - { - "type": "string" - } - ] - } - }, - { - "type": "string" - }, - { - "type": "string" - } - ] - }, - "description": "Direct replace of root hints.", - "default": null - }, - "root-fallback-addresses-files": { - "type": [ - "array", - "null" - ], - "items": { - "type": "string" - }, - "description": "Direct replace of root hints from a zonefile.", - "default": null - }, "addresses": { "type": [ "object", @@ -949,8 +907,6 @@ "default": { "ttl": null, "nodata": true, - "root_fallback_addresses": null, - "root_fallback_addresses_files": null, "addresses": null, "addresses_files": null, "records": null, -- 2.47.2