Skip to content

Commit

Permalink
Modifying category_values_pair_schema considering the annotation_sche…
Browse files Browse the repository at this point in the history
…ma for the values - closes #40
  • Loading branch information
agbeltran committed Sep 2, 2016
1 parent 4055d41 commit 1f51d9f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions json-schemas/category_values_pair_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,13 @@
"format": "uri"
},
"values": {
"description": "A set of values associated with the cateogory.",
"description": "A set of (annotated) values associated with the cateogory.",
"type": "array",
"items": {
"type": "string"
}
},
"valuesIRI": {
"description": "The set of IRIs corresponding to the values, if associated with an ontology term.",
"type": "array",
"items": {
"type": "string",
"format": "uri"
"type": "array",
"items": {
"$ref" : "annotation_schema.json#"
}
}
}
},
Expand Down

0 comments on commit 1f51d9f

Please sign in to comment.