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