Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.83 KB

File metadata and controls

19 lines (14 loc) · 2.83 KB

CloudEvents

CloudEvents Attributes

This document defines attributes for CloudEvents.

Attribute Type Description Examples Stability
cloudevents.event_id string The event_id uniquely identifies the event. 123e4567-e89b-12d3-a456-426614174000; 0001 Experimental
cloudevents.event_source string The source identifies the context in which an event happened. https://github.com/cloudevents; /cloudevents/spec/pull/123; my-service Experimental
cloudevents.event_spec_version string The version of the CloudEvents specification which the event uses. 1.0 Experimental
cloudevents.event_subject string The subject of the event in the context of the event producer (identified by source). mynewfile.jpg Experimental
cloudevents.event_type string The 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 Experimental