Skip to content

Commit

Permalink
Semver compatible fix for #373; Should also solve #382
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Dec 25, 2017
1 parent 8f358a3 commit e17bd6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schema/Person.json
Expand Up @@ -70,6 +70,14 @@
},
"location": {
"description": "Referenz der Kontakt-Anschrift der Person.",
"references": "Location",
"backreference": "person",
"cardinality": "n:1",
"type": "string",
"format": "url"
},
"locationObject": {
"description": "Referenz der Kontakt-Anschrift der Person. Dies sollte die eigentlich Ausgabeform von `location` in OParl 1.0 werden, was jedoch auf Grund eines Fehler nicht geschehen ist. s. https://github.com/OParl/spec/issues/373. Neu in OParl 1.1",
"type": "object",
"schema": "Location.json"
},
Expand Down

0 comments on commit e17bd6c

Please sign in to comment.