Skip to content

Commit

Permalink
Fixed a brackets error in disease_ontology.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwelter committed Dec 5, 2017
1 parent cd19f94 commit f484cea
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions json_schema/ontology_json/disease_ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,24 @@
"ontology": {
"description": "An optional ontology reference in format where prefix_ indicates which ontology",
"type": "string",
"graph_restriction": {
"ontologies" : ["obo:efo", "obo:mondo"],
"classes": ["MONDO:0000001", "EFO:0000408"],
"relations": ["rdfs:subClassOf"],
"graph_restriction": {
"ontologies": [
"obo:efo",
"obo:mondo"
],
"classes": [
"MONDO:0000001",
"EFO:0000408"
],
"relations": [
"rdfs:subClassOf"
],
"direct": false,
"include_self": false
}
}
},

"required": [
"text"
],
Expand Down

0 comments on commit f484cea

Please sign in to comment.