{ "$id": "https://nfsense.net/schema/object/address.schema.json", "title": "Address", "type": "object", "properties": { "type": { "type": "string" }, "comment": { "type": "string" }, "host": { "type": "string" }, "range": { "type": "string" }, "network": { "type": "string" }, "children": { "type": "array", "items": { "type": "string" } } }, "required": ["type"] }