{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/analysis-service/ExternalPathwayNodeSummary", "title": "ExternalPathwayNodeSummary", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ExternalPathwayNodeData" }, "dbId": { "type": "integer", "format": "int64" }, "inDisease": { "type": "boolean" }, "llp": { "type": "boolean" }, "name": { "type": "string" }, "species": { "$ref": "#/components/schemas/ExternalSpeciesNode" }, "stId": { "type": "string" } } }