diff --git a/specification/eventgrid/Azure.Messaging.EventGrid/main.tsp b/specification/eventgrid/Azure.Messaging.EventGrid/main.tsp index 55742128446b..173d0a67fa53 100644 --- a/specification/eventgrid/Azure.Messaging.EventGrid/main.tsp +++ b/specification/eventgrid/Azure.Messaging.EventGrid/main.tsp @@ -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; @@ -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;