From 33f121d7fbb684d53417973da7ed8edd145dfbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sun, 3 Sep 2023 19:01:52 +0800 Subject: [PATCH] JsonSchema: fix the name of property `defaultRouteOnly` --- doc/json_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/json_schema.json b/doc/json_schema.json index 60c3c5259..dc6e28486 100644 --- a/doc/json_schema.json +++ b/doc/json_schema.json @@ -989,7 +989,7 @@ "title": "Show IPs with given name prefix only", "type": "string" }, - "showDefaultRouteOnly": { + "defaultRouteOnly": { "title": "Show ips that are used for default routing only", "type": "boolean", "default": false