Apache EventMesh · Schema

CloudEvents v1.0

Schema for a CloudEvents v1.0 specification compliant event as used by Apache EventMesh.

ApacheCloudEventsEvent-DrivenMessagingOpen SourcePub-SubServerless

Properties

Name Type Description
specversion string The version of the CloudEvents specification
id string Identifies the event. Must be unique within the scope of the source.
source string Identifies the context in which an event happened
type string Describes the type of event related to the originating occurrence
datacontenttype string Content type of the data value (e.g., application/json)
dataschema string Identifies the schema that data adheres to
subject string Describes the subject of the event in the context of the event producer
time string Timestamp of when the occurrence happened
data object The event payload
data_base64 string Base64-encoded event payload
View JSON Schema on GitHub