Skip to content

Commit 7d07d83

Browse files
committed
Clean up
1 parent 29879ac commit 7d07d83

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

articles/event-grid/event-schema.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Event Grid event schema
33
description: Describes the properties and schema for the proprietary, nonextensible, yet fully functional Event Grid format.
44
ms.topic: reference
5-
ms.date: 05/24/2023
5+
ms.date: 09/25/2024
66
---
77

88
# Azure Event Grid event schema
@@ -83,19 +83,8 @@ All events have the same following top-level data:
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

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+
9988

10089
For custom topics, the event publisher determines the data object. The top-level data should have the same fields as standard resource-defined events.
10190

0 commit comments

Comments
 (0)