Skip to content

Commit 347a165

Browse files
(AzureCXP) fix count of types of schemas supported
1 parent a7355bc commit 347a165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/edge/event-schemas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services: event-grid
1313

1414
# Event schemas
1515

16-
Event Grid module accepts and delivers events in JSON format. There are currently two schemas that are supported by Event Grid: -
16+
Event Grid module accepts and delivers events in JSON format. There are currently three schemas that are supported by Event Grid: -
1717

1818
* **EventGridSchema**
1919
* **CustomSchema**
@@ -122,4 +122,4 @@ Refer to [CloudEvents specification](https://github.com/cloudevents/spec/blob/ma
122122
"dataVersion": "1.0",
123123
"specVersion": "1.0-rc1"
124124
}]
125-
```
125+
```

0 commit comments

Comments
 (0)