Skip to content

Commit

Permalink
Add more annotation extension types to JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jseager7 committed Jan 12, 2023
1 parent 1391466 commit 8026f23
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 @@ -289,7 +289,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",
"HostTaxonID",
"Metagenotype",
"Ontology",
"PathogenTaxonID",
"Text",
"%"
]
},
"rangeValue": {
"title": "Extension range value",
Expand Down

0 comments on commit 8026f23

Please sign in to comment.