diff --git a/etc/export.schema.json b/etc/export.schema.json index 1cf3a31f3..245c93011 100644 --- a/etc/export.schema.json +++ b/etc/export.schema.json @@ -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",