NetworkInfo (type)

{
  "additionalProperties": false, 
  "description": "Only support IP address or subnet. Its type can be of IPv4 or IPv6. It will be converted to subnet when netmask is specified(e.g., 192.168.1.3/24 => 192.168.1.0/24, 2008:12:12:12::2/64 => 2008:12:12:12::/64).", 
  "id": "NetworkInfo", 
  "module_id": "LiveTrace", 
  "properties": {
    "dst_ip": {
      "$ref": "IPElement, 
      "description": "The destination IP can be an IP address or a subnet.", 
      "required": false, 
      "title": "The destination IP address or subnet"
    }, 
    "src_ip": {
      "$ref": "IPElement, 
      "description": "The source IP can be an IP address or a subnet.", 
      "required": false, 
      "title": "The source IP address or subnet"
    }
  }, 
  "type": "object"
}