events.iterate.com

Event type

events.iterate.com/stream/child-stream-created

Records the immediate child stream segment under this stream.

Payload schema

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