{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/analysis-service/ExternalIdentifier", "title": "ExternalIdentifier", "type": "object", "properties": { "exp": { "type": "array", "items": { "type": "number", "format": "double" } }, "id": { "type": "string" }, "mapsTo": { "type": "array", "items": { "$ref": "#/components/schemas/ExternalMainIdentifier" } } } }