mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
Add config version validation
This commit is contained in:
parent
f3f0c0c5a5
commit
12f013ae60
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"config_version": {
|
"config_version": {
|
||||||
"type": "number"
|
"type": "number",
|
||||||
|
"const": 1
|
||||||
},
|
},
|
||||||
"firewall": {
|
"firewall": {
|
||||||
"type": ["number","string","boolean","object","array", "null"]
|
"type": ["number","string","boolean","object","array", "null"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue