From: Aleš Mrázek Date: Mon, 24 Mar 2025 10:03:58 +0000 (+0100) Subject: doc: update json schema X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Froot-fallback-addresses;p=thirdparty%2Fknot-resolver.git doc: update json schema --- 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,