Skip to content

Commit 6a35e84

Browse files
corrected
1 parent 00793d1 commit 6a35e84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/time-series-insights/time-series-insights-update-how-to-shape-events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ During ingestion, payloads that contain nested columns (attributes) will be flat
4040
* For example, the following nested JSON:
4141

4242
```JSON
43-
"data": [
43+
"data": {
4444
"temperature": ...
45-
]
45+
}
4646
```
4747

4848
Becomes: `data_temperature` when flattened.
@@ -190,4 +190,4 @@ In this case, the *latest* property value would overwrite the earlier one.
190190

191191
* Read [Azure Time Series Insights Preview query syntax](https://docs.microsoft.com/rest/api/time-series-insights/preview#time-series-expression-and-syntax) to send well-shaped JSON to the [Preview APIs](https://docs.microsoft.com/rest/api/time-series-insights/preview).
192192

193-
* Combine JSON best practices with [How to Time Series Model](./time-series-insights-update-how-to-tsm.md).
193+
* Combine JSON best practices with [How to Time Series Model](./time-series-insights-update-how-to-tsm.md).

0 commit comments

Comments
 (0)