Skip to content

Commit

Permalink
Removed time_of_death as required for death.json
Browse files Browse the repository at this point in the history
  • Loading branch information
malloryfreeberg committed Dec 5, 2017
1 parent 2ebd85a commit 0fd7994
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions json_schema/death.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
}
},
"required": [
"cause_of_death",
"time_of_death"
"cause_of_death"
],
"title": "death",
"type": "object"
Expand Down

0 comments on commit 0fd7994

Please sign in to comment.