Reactome · Schema

TargetResult

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
resource string
target boolean
term string
View JSON Schema on GitHub

JSON Schema

content-service-targetresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/TargetResult",
  "title": "TargetResult",
  "type": "object",
  "properties": {
    "resource": {
      "type": "string"
    },
    "target": {
      "type": "boolean"
    },
    "term": {
      "type": "string"
    }
  }
}