mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-13 03:28:22 +00:00
26 lines
No EOL
821 B
JSON
26 lines
No EOL
821 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/firewall/firewall.schema.json",
|
|
"title": "Firewall",
|
|
"type": "object",
|
|
"properties": {
|
|
"forward_rules": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "https://nfsense.net/schema/firewall/forward_rule.schema.json"
|
|
}
|
|
},
|
|
"destination_nat_rules": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "https://nfsense.net/schema/firewall/destination_nat_rule.schema.json"
|
|
}
|
|
},
|
|
"source_nat_rules": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "https://nfsense.net/schema/firewall/source_nat_rule.schema.json"
|
|
}
|
|
}
|
|
},
|
|
"required": ["forward_rules", "destination_nat_rules", "source_nat_rules"]
|
|
} |