InterfaceArpEntry (type)

{
  "id": "InterfaceArpEntry", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "ip": {
      "$ref": "IPAddress, 
      "required": true, 
      "title": "The IP address"
    }, 
    "mac_address": {
      "required": true, 
      "title": "The MAC address", 
      "type": "string"
    }
  }, 
  "type": "object"
}