events.iterate.com

Event type

events.iterate.com/stream/woken

Records that a Durable Object incarnation has started running this stream.

Payload schema

incarnationIdstring
Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "incarnationId": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "incarnationId"
  ]
}