Reactome · Schema

ExternalPathwayNodeSummary

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
data object
dbId integer
inDisease boolean
llp boolean
name string
species object
stId string
View JSON Schema on GitHub

JSON Schema

analysis-service-externalpathwaynodesummary.json Raw ↑
{
  "$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"
    }
  }
}