Skip to content

Commit 124f33a

Browse files
committed
Avoid concise format
1 parent c53f5e2 commit 124f33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl -X POST \
2020
-d '{
2121
"id": "urn:ngsi-ld:Building:store001",
2222
"type": "Building",
23-
"category": { "vocab": ["commercial"]},
23+
"category": {"type": "VocabProperty", "vocab": ["commercial"]},
2424
"address": {
2525
"type": "Property",
2626
"value": {"streetAddress": "Bornholmer Straße 65","addressRegion": "Berlin","addressLocality": "Prenzlauer Berg","postalCode": "10439"},

0 commit comments

Comments
 (0)