arvo-core
    Preparing search index...

    Type Alias CloudEventContext

    CloudEventContext: {
        datacontenttype: string;
        dataschema: string | null;
        id: string;
        source: string;
        specversion: "1.0";
        subject: string;
        time: string;
        type: string;
    }

    Represents the core properties of a CloudEvent.

    Type Declaration

    • datacontenttype: string
    • dataschema: string | null
    • id: string
    • source: string
    • specversion: "1.0"
    • subject: string
    • time: string
    • type: string