You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ Each CloudEvent contains the following header fields:
88
88
| DataSchema | URI pointing to a schema for the data field. |
89
89
| DataVersion | An optional way for the data provider to specify the version of the data structure in the payload (e.g., "default/v1.0"). |
90
90
| Signature | An optional cryptographic signature of the CloudEvent's data field for verification purposes. |
91
+
| RawEventID | An optional identifier linking a parsed CloudEvent back to its raw image or PDF event. |
91
92
| Tags | An optional list of tags that can be used to filter and categorize a cloudevents (currently these are only used by `dimo.attestation`). |
92
93
| Extras | Additional custom fields. |
93
94
@@ -96,6 +97,7 @@ The DIMO-specific extensions to the CloudEvents specification include:
96
97
-`Producer`: Provides additional context about the specific instance, process, or device that created the event
97
98
-`DataVersion`: A DIMO-specific extension that is unique to each source. This can be used by a source to determine the shape of the data field, enabling version-based data processing
98
99
-`Signature`: An optional cryptographic signature field for verifying the integrity and authenticity of the CloudEvent's data
100
+
-`RawEventID`: An optional identifier pointing from a parsed event to its raw source event
99
101
-`Tags`: An optional list of tags for filtering and categorizing events, useful for event organization and query optimization
0 commit comments