BaseCountObservation (type)

{
  "extends": {
    "$ref": "CountObservation
  }, 
  "id": "BaseCountObservation", 
  "module_id": "LiveTrace", 
  "polymorphic-type-descriptor": {
    "type-identifier": "BaseCountObservation"
  }, 
  "properties": {
    "checkpoint_type": {
      "readonly": true, 
      "required": true, 
      "title": "Type of checkpoint", 
      "type": "string"
    }, 
    "count": {
      "readonly": true, 
      "required": true, 
      "title": "Packet count", 
      "type": "integer"
    }, 
    "port_id": {
      "readonly": true, 
      "required": true, 
      "title": "Port ID, which is either a logical port ID or an uplink name", 
      "type": "string"
    }, 
    "resource_type": {
      "required": true, 
      "title": "Type of count observation", 
      "type": "string"
    }
  }, 
  "type": "object"
}