|
2 | 2 | title: Azure Event Grid event schema
|
3 | 3 | description: Describes the properties and schema for the proprietary, nonextensible, yet fully functional Event Grid format.
|
4 | 4 | ms.topic: reference
|
5 |
| -ms.date: 05/24/2023 |
| 5 | +ms.date: 09/25/2024 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Azure Event Grid event schema
|
@@ -83,19 +83,8 @@ All events have the same following top-level data:
|
83 | 83 | | `dataVersion` | string | No, but will be stamped with an empty value. | The schema version of the data object. The publisher defines the schema version. |
|
84 | 84 | | `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. |
|
85 | 85 |
|
86 |
| -To learn about the properties in the data object, see the event source: |
87 |
| - |
88 |
| -* [Azure Policy](./event-schema-policy.md) |
89 |
| -* [Azure subscriptions (management operations)](event-schema-subscriptions.md) |
90 |
| -* [Container Registry](event-schema-container-registry.md) |
91 |
| -* [Blob storage](event-schema-blob-storage.md) |
92 |
| -* [Event Hubs](event-schema-event-hubs.md) |
93 |
| -* [IoT Hub](event-schema-iot-hub.md) |
94 |
| -* [Media Services](/azure/media-services/latest/monitoring/media-services-event-schemas?toc=%2fazure%2fevent-grid%2ftoc.json) |
95 |
| -* [Resource groups (management operations)](event-schema-resource-groups.md) |
96 |
| -* [Service Bus](event-schema-service-bus.md) |
97 |
| -* [Azure SignalR](event-schema-azure-signalr.md) |
98 |
| -* [Azure Machine Learning](event-schema-machine-learning.md) |
| 86 | +To learn about the properties in the data object, see articles in this section: [System topics](system-topics.md). |
| 87 | + |
99 | 88 |
|
100 | 89 | For custom topics, the event publisher determines the data object. The top-level data should have the same fields as standard resource-defined events.
|
101 | 90 |
|
|
0 commit comments