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