Skip to content

Commit

Permalink
Adding @context and @type - closes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Jan 25, 2018
1 parent 8246ab8 commit 0cd0d56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions json-schemas/place_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@

},
"properties": {
"@context": {
"anyOf": [
{
"type": "string"
},
{
"type": "object"
}
]
},
"@type": { "type": "string", "enum": [ "Place" ]},
"identifier": {
"description": "Primary identifier for the place.",
"$ref": "identifier_info_schema.json#"
Expand Down

0 comments on commit 0cd0d56

Please sign in to comment.