Skip to content

Commit

Permalink
Adding privacy qualifier - closes #44
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Sep 5, 2016
1 parent 596d9a6 commit dc6e42e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions json-schemas/dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"description": "A qualifier indicating if the entity represents an 'instance of dataset' or a 'collection of datasets'.",
"type": "string"
},
"privacy": {
"description": "A qualifier to describe the data protection applied to the dataset. This is relevant for clinical data.",
"type": "string"
}
"distributions" : {
"description": "The distribution(s) by which datasets are made available (for example: mySQL dump).",
"type" : "array",
Expand Down

0 comments on commit dc6e42e

Please sign in to comment.