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

14 lines
No EOL
360 B
JSON

{
"$id": "https://nfsense.net/schema/firewall/destination_nat_rule.schema.json",
"title": "Destination NAT Rule",
"$ref": "https://nfsense.net/schema/firewall/rule.schema.json",
"type": "object",
"properties": {
"address": {
"type": "string"
},
"service": {
"type": "string"
}
}
}