Reactome · Schema

Result

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
entries array
entriesCount integer
rowCount integer
typeName string
View JSON Schema on GitHub

JSON Schema

content-service-result.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/Result",
  "title": "Result",
  "type": "object",
  "properties": {
    "entries": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Entry"
      }
    },
    "entriesCount": {
      "type": "integer",
      "format": "int64"
    },
    "rowCount": {
      "type": "integer",
      "format": "int32"
    },
    "typeName": {
      "type": "string"
    }
  }
}