Skip to content

Commit

Permalink
name is no longer a required property in other_name.json
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Feb 26, 2015
1 parent d67a765 commit 9aec3f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions schemas/other_name.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"properties": {
"name": {
"description": "An alternate or former name",
"type": "string",
"required": true
"type": "string"
},
"family_name": {
"description": "One or more family names",
Expand Down
1 change: 1 addition & 0 deletions specs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ For political groups, the range of the `group` property will be an [organization

<h1 id="history">7. Change history</h1>

* 2015-02-26: `name` is no longer a required property in `other_name.json`.
* 2014-12-21: Add one-line description and extended description properties to the Organization class.
* 2014-12-18: A Vote must have a vote event.
* 2014-12-18: Add missing inverse embedding properties.
Expand Down

0 comments on commit 9aec3f3

Please sign in to comment.