{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/analysis-service/ExternalPathwayNodeData", "title": "ExternalPathwayNodeData", "type": "object", "properties": { "entities": { "type": "array", "items": { "$ref": "#/components/schemas/ExternalIdentifier" } }, "interactors": { "type": "array", "items": { "$ref": "#/components/schemas/ExternalInteractor" } }, "reactions": { "type": "array", "items": { "$ref": "#/components/schemas/ExternalAnalysisReaction" } }, "statistics": { "type": "array", "items": { "$ref": "#/components/schemas/ExternalStatistics" } } } }