Reactome · Schema
EventProjection
Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science
Properties
| Name | Type | Description |
|---|---|---|
| category | string | |
| dbId | integer | |
| definition | string | |
| diagramHeight | integer | |
| diagramWidth | integer | |
| displayName | string | |
| doi | string | |
| hasDiagram | boolean | |
| hasEHLD | boolean | |
| inDisease | boolean | |
| inferred | boolean | |
| isCanonical | string | |
| name | array | |
| oldStId | string | |
| releaseDate | string | |
| releaseStatus | string | |
| schemaClass | string | |
| speciesName | string | |
| stId | string | |
| stIdVersion | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://reactome.org/schemas/content-service/EventProjection",
"title": "EventProjection",
"type": "object",
"properties": {
"category": {
"type": "string"
},
"dbId": {
"type": "integer",
"format": "int64"
},
"definition": {
"type": "string"
},
"diagramHeight": {
"type": "integer",
"format": "int32"
},
"diagramWidth": {
"type": "integer",
"format": "int32"
},
"displayName": {
"type": "string"
},
"doi": {
"type": "string"
},
"hasDiagram": {
"type": "boolean"
},
"hasEHLD": {
"type": "boolean"
},
"inDisease": {
"type": "boolean"
},
"inferred": {
"type": "boolean"
},
"isCanonical": {
"type": "string"
},
"name": {
"type": "array",
"items": {
"type": "string"
}
},
"oldStId": {
"type": "string"
},
"releaseDate": {
"type": "string"
},
"releaseStatus": {
"type": "string"
},
"schemaClass": {
"type": "string"
},
"speciesName": {
"type": "string"
},
"stId": {
"type": "string"
},
"stIdVersion": {
"type": "string"
}
}
}