Reactome · Schema

SimpleReferenceObject

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
databaseName string
dbId integer
identifier string
View JSON Schema on GitHub

JSON Schema

content-service-simplereferenceobject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/SimpleReferenceObject",
  "title": "SimpleReferenceObject",
  "type": "object",
  "properties": {
    "databaseName": {
      "type": "string"
    },
    "dbId": {
      "type": "integer",
      "format": "int64"
    },
    "identifier": {
      "type": "string"
    }
  }
}