{ "$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" } } } }