Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 936 Bytes

EventSchema.md

File metadata and controls

21 lines (16 loc) · 936 Bytes

EventSchema

Properties

Name Type Description Notes
client_source String Event souce
client_uuid String Client uuid. This is the id defined by client app
created_at Option<String> [optional]
data serde_json::Value Event data
event_type String Event type
id String Id
labels serde_json::Value Event labels
schema_version String Event schema version. Can be used by client app to know how to parse the event
severity String Event severity
status String Event status, Received, Stored
updated_at Option<String> [optional]

[Back to Model list] [Back to API list] [Back to README]