Reactome · Schema

DiagramResult

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
entries array
facets array
found integer
View JSON Schema on GitHub

JSON Schema

content-service-diagramresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/DiagramResult",
  "title": "DiagramResult",
  "type": "object",
  "properties": {
    "entries": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Entry"
      }
    },
    "facets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FacetContainer"
      }
    },
    "found": {
      "type": "integer",
      "format": "int64"
    }
  }
}