Reactome · Schema

Interactors

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
entities array This is the list of entities which have been requested.
resource string This is the resource where interactors have been queried.
View JSON Schema on GitHub

JSON Schema

content-service-interactors.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/Interactors",
  "title": "Interactors",
  "type": "object",
  "properties": {
    "entities": {
      "type": "array",
      "description": "This is the list of entities which have been requested.",
      "items": {
        "$ref": "#/components/schemas/InteractorEntity"
      }
    },
    "resource": {
      "type": "string",
      "description": "This is the resource where interactors have been queried."
    }
  }
}