Skip to content

Commit 4b63097

Browse files
authored
public repo edit
1 parent 98f68ee commit 4b63097

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
@@ -81,14 +81,14 @@ All events have the same following top-level data:
8181

8282
| Property | Type | Required | Description |
8383
| -------- | ---- | -------- | ----------- |
84-
| topic | string | No, but if included must match the Event Grid Topic ARM Id exactly. If not included, Event Grid will stamp onto the event. | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
84+
| topic | string | No, but if included, must match the Event Grid topic Azure Resource Manager ID exactly. If not included, Event Grid will stamp onto the event. | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
8585
| subject | string | Yes | Publisher-defined path to the event subject. |
8686
| eventType | string | Yes | One of the registered event types for this event source. |
8787
| eventTime | string | Yes | The time the event is generated based on the provider's UTC time. |
8888
| id | string | Yes | Unique identifier for the event. |
8989
| data | object | No | Event data specific to the resource provider. |
9090
| dataVersion | string | No, but will be stamped with an empty value. | The schema version of the data object. The publisher defines the schema version. |
91-
| metadataVersion | string | Not required, but if included, must match the Event Grid Schema `metadataVersion` exactly (currently only `1`). If not included, Event Grid will stamp 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. |
91+
| metadataVersion | string | Not required, but if included, must match the Event Grid Schema `metadataVersion` exactly (currently, only `1`). If not included, Event Grid will stamp 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. |
9292

9393
To learn about the properties in the data object, see the event source:
9494

0 commit comments

Comments
 (0)