Skip to content

Commit

Permalink
Adding dataset qualifiers - closes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Sep 2, 2016
1 parent 1f51d9f commit dbe1917
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions json-schemas/dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@
},
"minItems" : 1
},
"availability": {
"description": "A qualifier indicating the different types of availability for a dataset (available, unavailable, embargoed, available with restriction, information not available).",
"type": "string"
},
"refinement": {
"description": "A qualifier indicating if the entity represents an 'instance of dataset' or a 'collection of datasets'.",
"type": "string"
},
"aggregation": {
"description": "A qualifier indicating if the entity represents an 'instance of dataset' or a 'collection of datasets'.",
"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 dbe1917

Please sign in to comment.