We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53f5e2 commit 124f33aCopy full SHA for 124f33a
1 file changed
import-data
@@ -20,7 +20,7 @@ curl -X POST \
20
-d '{
21
"id": "urn:ngsi-ld:Building:store001",
22
"type": "Building",
23
- "category": { "vocab": ["commercial"]},
+ "category": {"type": "VocabProperty", "vocab": ["commercial"]},
24
"address": {
25
"type": "Property",
26
"value": {"streetAddress": "Bornholmer Straße 65","addressRegion": "Berlin","addressLocality": "Prenzlauer Berg","postalCode": "10439"},
0 commit comments