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

25 lines
No EOL
557 B
JSON

{
"$id": "https://nfsense.net/schema/firewall/match.schema.json",
"title": "Match",
"type": "object",
"properties": {
"services": {
"type": "array",
"items": {
"type": "string"
}
},
"source_addresses": {
"type": "array",
"items": {
"type": "string"
}
},
"destination_addresses": {
"type": "array",
"items": {
"type": "string"
}
}
}
}