Skip to content

Commit 5916b38

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#120505
1 parent ec501e2 commit 5916b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/event-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ All events have the same following top-level data:
7979
| `eventType` | string | Yes | One of the registered event types for this event source. |
8080
| eventTime | string | Yes | The time the event is generated based on the provider's UTC time. |
8181
| `id` | string | Yes | Unique identifier for the event. |
82-
| `data` | object | No | Event data specific to the resource provider. |
82+
| `data` | object | Yes | Event data specific to the resource provider. |
8383
| `dataVersion` | string | No, but will be stamped with an empty value. | The schema version of the data object. The publisher defines the schema version. |
8484
| `metadataVersion` | string | Not required, but if included, must match the Event Grid Schema `metadataVersion` exactly (currently, only `1`). If not included, Event Grid stamps onto the event. | The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |
8585

@@ -115,4 +115,4 @@ CloudEvents is the recommended event format to use. Azure Event Grid continues i
115115
## Next steps
116116

117117
* For an introduction to Azure Event Grid, see [What is Event Grid?](overview.md)
118-
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).
118+
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md).

0 commit comments

Comments
 (0)