Skip to main content

Schema

{
  "type": "object",
  "required": [
    "eventType",
    "payload"
  ],
  "properties": {
    "eventType": {
      "type": "string"
    },
    "payload": {
      "type": "object"
    },
    "signature": {
      "type": "string"
    }
  }
}