From 3680c2088c9d8a6d6bae97540cb5714ae4a2416a Mon Sep 17 00:00:00 2001 From: OOOOOO0OOO000oo <35266436+IIIlllIIllIIIll@users.noreply.github.com> Date: Fri, 9 Sep 2022 10:59:38 +0800 Subject: [PATCH] fix: schema add cache property (#354) --- schema/v2.8.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/schema/v2.8.json b/schema/v2.8.json index 39c0cac9..ca951017 100644 --- a/schema/v2.8.json +++ b/schema/v2.8.json @@ -183,6 +183,17 @@ false, true ] + }, + "cache": { + "$id": "/properties/cache", + "type": "boolean", + "title": "Enable Cache", + "description": "是否启用缓存记录以避免频繁更新", + "default": true, + "examples": [ + true, + false + ] } }, "required": [ @@ -190,4 +201,4 @@ "token" ], "additionalProperties": false -} +} \ No newline at end of file