Reactome · Schema

CrossReferenceResult

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
crossReferences array
physicalEntities array
reference string
View JSON Schema on GitHub

JSON Schema

content-service-crossreferenceresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/CrossReferenceResult",
  "title": "CrossReferenceResult",
  "type": "object",
  "properties": {
    "crossReferences": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ShortCrossReference"
      }
    },
    "physicalEntities": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "reference": {
      "type": "string"
    }
  }
}