{
  "type": "object",
  "properties": {
    "event": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "tenantId": {
      "type": "string"
    },
    "test": {
      "type": "boolean"
    },
    "data": {
      "type": "object"
    }
  }
}
