Skip to content

Commit 629cc6f

Browse files
authored
Update modeling-data.md
1 parent 55dca37 commit 629cc6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/sql/modeling-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ The document below will have only two columns in analytical store, `id` and `con
487487
{
488488
"id": "1",
489489
"contactDetails": [
490-
{"email": [email protected]},
491-
{"phone": "+1 555 555-5555", "extension": 5555}
490+
{"email": "[email protected]"},
491+
{"phone": "+1 555 555-5555"}
492492
]
493493
}
494494
```
@@ -499,8 +499,8 @@ The document below will have three columns in analytical store, `id`, `email`, a
499499

500500
{
501501
"id": "1",
502-
503-
"phone": "+1 555 555-5555", "extension": 5555
502+
"email": "[email protected]",
503+
"phone": "+1 555 555-5555"
504504
}
505505
```
506506

0 commit comments

Comments
 (0)