Skip to content

Commit

Permalink
Adding spatialCoverage to Dataset, closes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Mar 24, 2017
1 parent 446b5bd commit 0da47ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion json-schemas/dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,17 @@
"$ref" : "date_info_schema.json#"
}
},
"storedIn" : {
"storedIn" : {
"description": "The data repository hosting the dataset.",
"$ref": "data_repository_schema.json#"
},
"spatialCoverage": {
"description": "The geographical extension and span covered by the dataset and its measured dimensions/variables.",
"type" : "array",
"items" : {
"$ref" : "annotation_schema.json#"
}
}
"types" : {
"description": "A term, ideally from a controlled terminology, identifying the dataset type or nature of the data, placing it in a typology",
"type" : "array",
Expand Down

0 comments on commit 0da47ea

Please sign in to comment.