mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +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",
|
||||
"properties": {
|
||||
"config_version": {
|
||||
"type": "number"
|
||||
"type": "number",
|
||||
"const": 1
|
||||
},
|
||||
"firewall": {
|
||||
"type": ["number","string","boolean","object","array", "null"]
|
||||
|
|
Loading…
Add table
Reference in a new issue