Skip to content

Commit ac68c11

Browse files
committed
Fix table
1 parent b55e71e commit ac68c11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/iot-operations/connect-to-cloud/concept-schema-registry.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Edge services use message schemas to filter and transform messages as they're ro
2424
Schema registry expects the following required fields in a message schema:
2525

2626
| Required field | Definition |
27+
| -------------- | ---------- |
2728
| `$schema` | Either `http://json-schema.org/draft-07/schema#` or `Delta/1.0`. In dataflows, JSON schemas are used for source endpoints and Delta schemas are used for destination endpoints. |
2829
| `type` | `Object` |
2930
| `properties` | The message definition. |
@@ -103,5 +104,3 @@ The operations experience uses the input schema as a starting point for your dat
103104
Schemas are only used for dataflows that select local storage, Fabric, Azure Data Lake, or Azure Data Explorer as the destination endpoint. Currently, Azure IoT Operations supports Delta Parquey for outpus schema.
104105

105106
For these dataflows, the operations experience applies any transformations to the input schema then creates a new schema in Delta format. When the dataflow custom resource (CR) is created, it includes a `schemaRef` value that points to the generated schema stored in the schema registry.
106-
107-
Other endpoints don't need reference schemas because they accept messages in JSON format

0 commit comments

Comments
 (0)