Reactome · Schema

DatabaseObject

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
className string
created object
dbId integer
displayName string
modified object
schemaClass string
stId string
stIdVersion string
View JSON Schema on GitHub

JSON Schema

content-service-databaseobject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/DatabaseObject",
  "title": "DatabaseObject",
  "type": "object",
  "properties": {
    "className": {
      "type": "string"
    },
    "created": {
      "type": "object"
    },
    "dbId": {
      "type": "integer",
      "format": "int64"
    },
    "displayName": {
      "type": "string"
    },
    "modified": {
      "type": "object"
    },
    "schemaClass": {
      "type": "string"
    },
    "stId": {
      "type": "string"
    },
    "stIdVersion": {
      "type": "string"
    }
  }
}