Reactome · Schema

SimpleEventProjection

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

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

JSON Schema

content-service-simpleeventprojection.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/SimpleEventProjection",
  "title": "SimpleEventProjection",
  "type": "object",
  "properties": {
    "authorDbId": {
      "type": "integer",
      "format": "int64"
    },
    "dateTime": {
      "type": "string"
    },
    "dbId": {
      "type": "integer",
      "format": "int64"
    },
    "displayName": {
      "type": "string"
    },
    "doi": {
      "type": "string"
    },
    "labels": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "schemaClass": {
      "type": "string"
    },
    "speciesName": {
      "type": "string"
    },
    "stId": {
      "type": "string"
    }
  }
}