Skip to content

Commit a593b6c

Browse files
committed
Update response
1 parent b68e3d9 commit a593b6c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.ja.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,9 @@ curl -G -X GET \
485485
"postalCode": "10439"
486486
},
487487
"name": "Bösebrücke Einkauf",
488-
"https://uri.fiware.org/ns/data-models#category":
489-
"https://uri.fiware.org/ns/data-models#commercial",
488+
"https://uri.fiware.org/ns/data-models#category": {
489+
"vocab": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dcommercial"
490+
},
490491
"location": {
491492
"type": "Point",
492493
"coordinates": [
@@ -506,8 +507,9 @@ curl -G -X GET \
506507
"postalCode": "10969"
507508
},
508509
"name": "Checkpoint Markt",
509-
"https://uri.fiware.org/ns/data-models#category":
510-
"https://uri.fiware.org/ns/data-models#commercial",
510+
"https://uri.fiware.org/ns/data-models#category": {
511+
"vocab": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dcommercial"
512+
},
511513
"location": {
512514
"type": "Point",
513515
"coordinates": [

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,9 @@ The response returns all of the existing **Building** entities, with the attribu
463463
"https://schema.org/postalCode": "10439"
464464
},
465465
"https://schema.org/name": "Bösebrücke Einkauf",
466-
"https://uri.fiware.org/ns/data-models#category": "https://uri.fiware.org/ns/data-models#commercial",
466+
"https://uri.fiware.org/ns/data-models#category": {
467+
"vocab": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dcommercial"
468+
},
467469
"location": {
468470
"type": "Point",
469471
"coordinates": [13.3986, 52.5547]
@@ -480,7 +482,9 @@ The response returns all of the existing **Building** entities, with the attribu
480482
"https://schema.org/postalCode": "10969"
481483
},
482484
"https://schema.org/name": "Checkpoint Markt",
483-
"https://uri.fiware.org/ns/data-models#category": "https://uri.fiware.org/ns/data-models#commercial",
485+
"https://uri.fiware.org/ns/data-models#category": {
486+
"vocab": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dcommercial"
487+
},
484488
"location": {
485489
"type": "Point",
486490
"coordinates": [13.3903, 52.5075]

0 commit comments

Comments
 (0)