Skip to content

Commit cf04467

Browse files
authored
Merge pull request #108551 from gabrielweyer/patch-2
Fix field casing to match sample
2 parents 236d491 + eed17b7 commit cf04467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/event-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ For events in the **Event Grid schema**, use the following values for the key: `
164164

165165
For events in **Cloud Events schema**, use the following values for the key: `eventid`, `source`, `eventtype`, `eventtypeversion`, or event data (like `data.key1`).
166166

167-
For **custom input schema**, use the event data fields (like `data.key1`). To access fields in the data section, use the `.` (dot) notation. For example, `data.sitename`, `data.appEventTypeDetail.action` to access `sitename` or `action` for the following sample event.
167+
For **custom input schema**, use the event data fields (like `data.key1`). To access fields in the data section, use the `.` (dot) notation. For example, `data.siteName`, `data.appEventTypeDetail.action` to access `siteName` or `action` for the following sample event.
168168

169169
```json
170170
"data": {

0 commit comments

Comments
 (0)