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

17 lines
No EOL
408 B
JSON

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