Event: {
    data: { [key: string]: object };
    id: string;
    source: string;
    specversion: string;
    time: string;
    type: string;
}

Type declaration

  • data: { [key: string]: object }

    Mandatory, application-specific event data

  • id: string

    Mandatory, defined by the client application

  • source: string

    Mandatory, '/{workspaceSlug}/{app_name}'

  • specversion: string

    Mandatory, fixed to '1.0'

  • time: string

    Mandatory, UTC ISO 8601 ('YYYY-MM-DDTHH:MM:SSZ'), defined by client application

  • type: string

    Mandatory, 'workspace_slug.event_name'