Reactome · Schema

FoundInteractors

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
expNames array
found integer
identifiers array
resources array
View JSON Schema on GitHub

JSON Schema

analysis-service-foundinteractors.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/FoundInteractors",
  "title": "FoundInteractors",
  "type": "object",
  "properties": {
    "expNames": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "found": {
      "type": "integer",
      "format": "int32"
    },
    "identifiers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FoundInteractor"
      }
    },
    "resources": {
      "uniqueItems": true,
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}