Skip to content

Commit

Permalink
Adding spatialCoverage to material
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Mar 24, 2017
1 parent 738da80 commit 4c21e86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions json-schemas/material_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
"$ref": "material_schema.json#"
}
},
"spatialCoverage": {
"description": "The spatial coordinates denoting the geospatial origin of the material used to produce measurements part of the dataset.",
"type" : "array",
"items" : {
"$ref" : "annotation_schema.json#"
}
},
"bearerOfDisease": {
"description": "The pathology affecting the material used in the study or refered to in the dataset (ideally from a controlled vocabulary/ontology).",
"type" : "array",
Expand Down

0 comments on commit 4c21e86

Please sign in to comment.