Closed torfsen closed 8 years ago
The example JSON code for Body contains a typo:
Body
... "location": { "id:": "https://oparl.example.org/location/0", "type": "https://schema.oparl.org/1.0/Location", ...
That should be "id" instead of "id:" (remove the colon).
"id"
"id:"
This relates to #350 and will be resolved accordingly as either fix to the existing or due to replacement with "real" examples.
Fixed without #350 for now.
The example JSON code for
Body
contains a typo:That should be
"id"
instead of"id:"
(remove the colon).