OParl / spec

Spezifikation für eine offene Schnittstelle für Ratsinformationssysteme
https://oparl.org
Creative Commons Attribution Share Alike 4.0 International
61 stars 21 forks source link

Typo in example code for Body #349

Closed torfsen closed 8 years ago

torfsen commented 8 years ago

The example JSON code for Body contains a typo:

...
    "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).

eFrane commented 8 years ago

This relates to #350 and will be resolved accordingly as either fix to the existing or due to replacement with "real" examples.

konstin commented 8 years ago

Fixed without #350 for now.