CloudEvent Attributes - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

Standard CloudEvent attributes in the context of Content Services events:

Property Type Description
type String The Content Services Event Types. (1.0 spec#type)
specversion String The CloudEvents specification version. Value should be 1.0. (1.0 spec#specversion)
id String Event ID, a UUID generated by the producer (1.0 spec#id)
source URI-reference The instance of a repository that produced the event, .i.e. repository cluster node identifier (1.0 spec#source)
time Timestamp The producer’s timestamp of when the event occurred. (1.0 spec#time)
dataschema URI-reference Identifies the schema that data adheres to.
datacontenttype String The content type of the data attribute. Value should be application/json. (1.0 spec#datacontenttype)
data JSON The domain-specific data of the event. For more information, see Event Model. (1.0 spec#data)