# WebhookEventBriefSchema

## Object

- **created**: string (Required) - format: date-time  
  Time the Event was created.

- **source**: string (Required)  
  Path to the resource that triggered the Event.

- **status**: enum (Required)  
  Event send status.  
  Allowed values:  
  - Pending  
  - Retrying  
  - Failed  
  - Sent

- **type**: enum (Required)  
  The type of the Event.  
  Allowed values:  
  - MediaKind.JobStarted  
  - MediaKind.JobFinished  
  - MediaKind.StreamingLocatorCreated  
  - MediaKind.ChannelInstanceStarted  
  - MediaKind.ChannelInstanceStopped  
  - MediaKind.ChannelInstanceError  
  - MediaKind.ScheduledOperationAccepted  
  - MediaKind.ScheduledOperationCompleted  
  - MediaKind.ScheduledOperationError  
  - MediaKind.ScheduledOperationOngoing
