IpMacPair (type) (Deprecated)

{
  "deprecated": true, 
  "id": "IpMacPair", 
  "module_id": "TransportNode", 
  "properties": {
    "ip": {
      "$ref": "IPAddress, 
      "readonly": false, 
      "required": true, 
      "title": "IP address"
    }, 
    "mac": {
      "$ref": "MACAddress, 
      "readonly": false, 
      "required": false, 
      "title": "MAC address"
    }
  }, 
  "title": "IP and MAC pair.", 
  "type": "object"
}