Apache EventMesh · Example Payload

Eventmesh Admin Cloud Event Example

ApacheCloudEventsEvent-DrivenMessagingOpen SourcePub-SubServerless

Eventmesh Admin Cloud Event Example is an example object payload from Apache EventMesh, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

specversionidsourcetypedatacontenttypedataschemasubjecttimedatadata_base64

Example Payload

Raw ↑
{
  "specversion": "example-value",
  "id": "evt-500123",
  "source": "https://example.com",
  "type": "com.example.EventType",
  "datacontenttype": "com.example.EventType",
  "dataschema": "https://example.com",
  "subject": "example-value",
  "time": "2025-03-15T14:30:00Z",
  "data": "{}",
  "data_base64": "{}"
}