Skip to content

Commit

Permalink
fix: schema add cache property (NewFuture#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
IIIlllIIllIIIll committed Sep 9, 2022
1 parent 80ad78e commit 3680c20
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion schema/v2.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,22 @@
false,
true
]
},
"cache": {
"$id": "/properties/cache",
"type": "boolean",
"title": "Enable Cache",
"description": "是否启用缓存记录以避免频繁更新",
"default": true,
"examples": [
true,
false
]
}
},
"required": [
"id",
"token"
],
"additionalProperties": false
}
}

0 comments on commit 3680c20

Please sign in to comment.