mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-12 19:28:20 +00:00
20 lines
No EOL
460 B
JSON
20 lines
No EOL
460 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/firewall/rule.schema.json",
|
|
"title": "Rule",
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"match": {
|
|
"$ref": "https://nfsense.net/schema/firewall/match.schema.json"
|
|
},
|
|
"comment": {
|
|
"type": "string"
|
|
},
|
|
"counter": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": ["name", "match"]
|
|
} |