SegmentPortMacTableEntry (type)

{
  "additionalProperties": false, 
  "id": "SegmentPortMacTableEntry", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "mac_address": {
      "required": true, 
      "title": "The MAC address", 
      "type": "string"
    }, 
    "mac_type": {
      "$ref": "MacAddressType, 
      "required": true, 
      "title": "The type of the MAC address"
    }
  }, 
  "type": "object"
}