CloudEvents

CloudEvents Attributes

This document defines attributes for CloudEvents.

Attributes:

KeyStabilityValue TypeDescriptionExample Values
cloudevents.event_idDevelopmentstringThe event_id uniquely identifies the event.123e4567-e89b-12d3-a456-426614174000; 0001
cloudevents.event_sourceDevelopmentstringThe source identifies the context in which an event happened.https://github.com/cloudevents; /cloudevents/spec/pull/123; my-service
cloudevents.event_spec_versionDevelopmentstringThe version of the CloudEvents specification which the event uses.1.0
cloudevents.event_subjectDevelopmentstringThe subject of the event in the context of the event producer (identified by source).mynewfile.jpg
cloudevents.event_typeDevelopmentstringThe event_type contains a value describing the type of event related to the originating occurrence.com.github.pull_request.opened; com.example.object.deleted.v2