@@ -149,7 +149,7 @@ The following example show schema for **Microsoft.AgFoodPlatform.PartyChanged**:
149
149
An event has the following top-level data:
150
150
151
151
| Property | Type | Description |
152
- | :-----:| :----:| :----:|
152
+ | :-----:| :----:| :----:|
153
153
| ` topic ` | string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
154
154
| ` subject ` | string | Publisher-defined path to the event subject. |
155
155
| ` eventType ` | string | One of the registered event types for this event source. |
@@ -164,7 +164,7 @@ An event has the following top-level data:
164
164
An event has the following top-level data:
165
165
166
166
| Property | Type | Description |
167
- | :-----:| :----:| :----:|
167
+ | :-----:| :----:| :----:|
168
168
| ` source ` | string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
169
169
| ` subject ` | string | Publisher-defined path to the event subject. |
170
170
| ` type ` | string | One of the registered event types for this event source. |
@@ -180,7 +180,7 @@ The data object has the following common properties:
180
180
### For resource change related event types
181
181
182
182
| Property | Type| Description|
183
- | :-----:| :----:| :----:|
183
+ | :-----:| :----:| :----:|
184
184
| id| String| Unique id of resource.|
185
185
| actionType| String| Indicates the change which triggered publishing of the event. Applicable values are created, updated, deleted.|
186
186
| properties| Object| It contains user defined key–value pairs.|
@@ -194,7 +194,7 @@ The data object has the following common properties:
194
194
### For job status change related event types
195
195
196
196
Property| Type| Description
197
- | :-----:| :----:| :----:|
197
+ | :-----:| :----:| :----:|
198
198
| id| String| Unique ID of the job.|
199
199
| name| string| User-defined name of the job.|
200
200
| status| string| Various states a job can be in.|
0 commit comments