{
  "$schema": "http://json-schema.org/draft-04/schema",
  "id": "campaign-results-summary.json",
  "type": "object",
  "properties": {
    "totalRecipients": {
      "readOnly": true,
      "type": "integer"
    },
    "successFullDeliveries": {
      "readOnly": true,
      "type": "integer"
    },
    "timesForwarded": {
      "readOnly": true,
      "type": "integer"
    },
    "totalTimesOpened": {
      "readOnly": true,
      "type": "integer"
    },
    "lastOpenDate": {
      "readOnly": true,
      "type": "string",
      "format": "date-time"
    },
    "uniqueClicks": {
      "readOnly": true,
      "type": "integer"
    },
    "uniqueOpens": {
      "readOnly": true,
      "type": "integer"
    },
    "totalUnopened": {
      "readOnly": true,
      "type": "integer"
    },
    "totalHardBounces": {
      "readOnly": true,
      "type": "integer"
    },
    "totalSoftBounces": {
      "readOnly": true,
      "type": "integer"
    },
    "totalClicks": {
      "readOnly": true,
      "type": "integer"
    },
    "lastClickDate": {
      "readOnly": true,
      "type": "string",
      "format": "date-time"
    },
    "totalUnsubscribers": {
      "readOnly": true,
      "type": "integer"
    },
    "_links": {}
  }
}
