Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specification/eventgrid/Azure.Messaging.EventGrid/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace Azure.Messaging.EventGrid {
source: string;

@doc("Event data specific to the event type.")
data?: object;
data?: unknown;

@doc("Event data specific to the event type, encoded as a base64 string.")
data_base64?: bytes;
Expand All @@ -66,7 +66,7 @@ namespace Azure.Messaging.EventGrid {
type: string;

@doc("The time (in UTC) the event was generated, in RFC3339 format.")
time?: zonedDateTime;
time?: utcDateTime;

@doc("The version of the CloudEvents specification which the event uses.")
specversion: string;
Expand Down