Reactome · Schema

ShortCrossReference

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
databaseName string
identifier string
url string
View JSON Schema on GitHub

JSON Schema

content-service-shortcrossreference.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/ShortCrossReference",
  "title": "ShortCrossReference",
  "type": "object",
  "properties": {
    "databaseName": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}