Skip to content

Commit

Permalink
Fixes to schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Sep 5, 2016
1 parent 0d6d62f commit 30afc02
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion json-schemas/category_values_pair_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"description": "A set of (annotated) values associated with the cateogory.",
"type": "array",
"items": {
"type": "array",
"items": {
"$ref" : "annotation_schema.json#"
}
Expand Down
2 changes: 1 addition & 1 deletion json-schemas/data_repository_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"$ref": "data_repository_schema.json#"
}
},
"accessInformation" : {
"access" : {
"description": "The information about access modality for the data repository.",
"type" : "array",
"items" : {
Expand Down
2 changes: 1 addition & 1 deletion json-schemas/dataset_distribution_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@
}
},
"additionalProperties": false,
"required": [ "accessInformation" ]
"required": [ "access" ]
}
2 changes: 1 addition & 1 deletion json-schemas/dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}
},
"isAbout": {
"description" : "Different entiies (biological entity, taxonomic information, disease, molecular entity, anatomical part, treatment) associated with this dataset.",
"description" : "Different entities (biological entity, taxonomic information, disease, molecular entity, anatomical part, treatment) associated with this dataset.",
"type": "array",
"items": {
"anyOf": [
Expand Down

0 comments on commit 30afc02

Please sign in to comment.