Reactome · Schema

SimpleDatabaseObject

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
dbId integer
displayName string
labels array
schemaClass string
stId string
View JSON Schema on GitHub

JSON Schema

content-service-simpledatabaseobject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/SimpleDatabaseObject",
  "title": "SimpleDatabaseObject",
  "type": "object",
  "properties": {
    "dbId": {
      "type": "integer",
      "format": "int64"
    },
    "displayName": {
      "type": "string"
    },
    "labels": {
      "type": "array",
      "writeOnly": true,
      "items": {
        "type": "string"
      }
    },
    "schemaClass": {
      "type": "string"
    },
    "stId": {
      "type": "string"
    }
  }
}