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