{
  "$schema": "./schemas/claim_updated_payload.json",
  "$schema_base": "./schemas/event_envelope.schema.json",
  "eventType": "claim_updated",
  "payloadVersion": "1.0.0",
  "correlationId": "f80245d2-d4a2-4f41-b488-bfb470ee48be",
  "timestamp": "2016-12-01T12:34:39.887165Z",
  "case": {
    "number": "CN82411074",
    "token": "b.9e28f37f-4495-4b26-8654-10db263fd618",
    "caseType": "PropertyClaim"
  },
  "changedBy": {
    "fullName": "Built-in Administrator",
    "username": "admin",
    "userType": "Scalepoint",
    "name": "Built-in Administrator",
    "email": "admin1@email.com",
    "type": "user"
  },
  "changes": [
    {
      "property": "CaseClosed",
      "isTerminated": true,
      "terminationReason": "CreatedByMistake",
      "terminationReasonDescription": "Description"
    }
  ]
}
