nfsense/internal/validation/schema/firewall/forward_rule.schema.json

12 lines
No EOL
312 B
JSON

{
"$id": "https://nfsense.net/schema/firewall/forward_rule.schema.json",
"title": "Forward Rule",
"$ref": "https://nfsense.net/schema/firewall/rule.schema.json",
"type": "object",
"properties": {
"verdict": {
"type": "string"
}
},
"required": ["verdict"]
}