Event Notification Object
An Event Notification sent to an event subscriber webhook will have, as its payload, an Event Notification Object that conforms to JSON Event Format for CloudEvents. The data
property of the Event Notification Object contains an Event Data Object. Each Event Notification Service event type has a corresponding specialized Event Data Object specification
Event Notification Object Properties
*(Bold property names indicate the field is required)
Property | Type | Description | ||||
---|---|---|---|---|---|---|
specversion | string | CloudEvents specification version used by this event. Supported versions:
| ||||
id | string | Uniquely identifies this event within the scope of a specific context(i.e., | ||||
source | string | The event context. Webhooks should consider this an opaque value. Subsequent requests with duplicate IDs should be disregarded. | ||||
subject | string | RESERVED FOR FUTURE USE | ||||
type | string | Event Notification Service event type
| ||||
datacontenttype | string |
| ||||
dataschema | string | RESERVED FOR FUTURE USE | ||||
data | JSON |
| ||||
time | string | UTC Timestamp |