Skip to content

Commit

Permalink
JSON Schema: Add missing rangeType values
Browse files Browse the repository at this point in the history
  • Loading branch information
jseager7 committed Jul 13, 2023
1 parent d9c968f commit c9f5bb5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion etc/export.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,15 @@
"title": "Extension range type",
"description": "The type of the range of the annotation extension relation. Note that this may be absent in the case that an admin curator has entered the relation as text.",
"type": "string",
"enum": ["Gene", "Ontology", "%", "Text"]
"enum": [
"Gene",
"Ontology",
"%",
"Text",
"HostTaxonID",
"PathogenTaxonID",
"Metagenotype"
]
},
"rangeValue": {
"title": "Extension range value",
Expand Down

0 comments on commit c9f5bb5

Please sign in to comment.