{ "additionalProperties": false, "id": "DnsQueryAnswer", "module_id": "DnsForwarder", "properties": { "address": { "description": "Can be resolved ip address.", "required": false, "title": "Matched ip address", "type": "string" }, "name": { "description": "Matched name of the given address.", "required": false, "title": "Matched name", "type": "string" }, "raw_string": { "description": "Unparsed answer string from raw_answer.", "required": false, "title": "Unparsed answer string", "type": "string" } }, "title": "Answer of nslookup", "type": "object" }