Type Alias CloudEventContext

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

Represents the core properties of a CloudEvent.