Skip to content

Commit 3909161

Browse files
author
Rajneesh Mitharwal
committed
Incorporated @spelluru feedback
1 parent 1d25aca commit 3909161

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/event-grid/event-schema-data-manager-for-agriculture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The following example show schema for **Microsoft.AgFoodPlatform.PartyChanged**:
149149
An event has the following top-level data:
150150

151151
| Property | Type | Description |
152-
|:-----:| :----:| :----:|
152+
|:-----:|:----:|:----:|
153153
| `topic` | string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
154154
| `subject` | string | Publisher-defined path to the event subject. |
155155
| `eventType` | string | One of the registered event types for this event source. |
@@ -164,7 +164,7 @@ An event has the following top-level data:
164164
An event has the following top-level data:
165165

166166
| Property | Type | Description |
167-
|:-----:| :----:| :----:|
167+
|:-----:|:----:|:----:|
168168
| `source` | string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
169169
| `subject` | string | Publisher-defined path to the event subject. |
170170
| `type` | string | One of the registered event types for this event source. |
@@ -180,7 +180,7 @@ The data object has the following common properties:
180180
### For resource change related event types
181181

182182
|Property | Type| Description|
183-
|:-----:| :----:| :----:|
183+
|:-----:|:----:|:----:|
184184
|id| String| Unique id of resource.|
185185
|actionType| String| Indicates the change which triggered publishing of the event. Applicable values are created, updated, deleted.|
186186
|properties| Object| It contains user defined key–value pairs.|
@@ -194,7 +194,7 @@ The data object has the following common properties:
194194
### For job status change related event types
195195

196196
Property| Type| Description
197-
|:-----:| :----:| :----:|
197+
|:-----:|:----:|:----:|
198198
|id|String| Unique ID of the job.|
199199
|name| string| User-defined name of the job.|
200200
|status|string|Various states a job can be in.|

0 commit comments

Comments
 (0)