Reactome · Schema

Summary

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
fileName string
interactions integer
interactors integer
name string
token string
View JSON Schema on GitHub

JSON Schema

content-service-summary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/Summary",
  "title": "Summary",
  "type": "object",
  "properties": {
    "fileName": {
      "type": "string"
    },
    "interactions": {
      "type": "integer",
      "format": "int32"
    },
    "interactors": {
      "type": "integer",
      "format": "int32"
    },
    "name": {
      "type": "string"
    },
    "token": {
      "type": "string"
    }
  }
}