Reactome · Schema

DiagramOccurrencesResult

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
diagramEntity string
inDiagram boolean
interactsWith array
occurrences array
View JSON Schema on GitHub

JSON Schema

content-service-diagramoccurrencesresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/DiagramOccurrencesResult",
  "title": "DiagramOccurrencesResult",
  "type": "object",
  "properties": {
    "diagramEntity": {
      "type": "string"
    },
    "inDiagram": {
      "type": "boolean"
    },
    "interactsWith": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "occurrences": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}