{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/analysis-service/ExternalSpeciesNode", "title": "ExternalSpeciesNode", "type": "object", "properties": { "name": { "type": "string" }, "speciesID": { "type": "integer", "format": "int64" }, "taxID": { "type": "string" } } }