mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
31 lines
No EOL
984 B
JSON
31 lines
No EOL
984 B
JSON
{
|
|
"$id": "https://nfsense.net/config.schema.json",
|
|
"title": "Config",
|
|
"type": "object",
|
|
"properties": {
|
|
"config_version": {
|
|
"type": "number",
|
|
"const": 1
|
|
},
|
|
"firewall": {
|
|
"type": ["number","string","boolean","object","array", "null"]
|
|
},
|
|
"object": {
|
|
"type": ["number","string","boolean","object","array", "null"]
|
|
},
|
|
"network": {
|
|
"type": ["number","string","boolean","object","array", "null"]
|
|
},
|
|
"service": {
|
|
"type": ["number","string","boolean","object","array", "null"]
|
|
},
|
|
"vpn": {
|
|
"type": ["number","string","boolean","object","array", "null"]
|
|
},
|
|
"system": {
|
|
"description": "System Settings",
|
|
"$ref": "https://nfsense.net/system.schema.json"
|
|
}
|
|
},
|
|
"required": ["config_version", "firewall", "object", "network", "service", "vpn", "system"]
|
|
} |