Reactome · Schema
Entry
Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science
Properties
| Name | Type | Description |
|---|---|---|
| authoredPathways | string | |
| authoredReactions | string | |
| compartmentAccession | array | |
| compartmentNames | array | |
| databaseName | string | |
| date | string | |
| dbId | string | |
| deleted | boolean | |
| disease | boolean | |
| exactType | string | |
| explanation | string | |
| fireworksSpecies | array | |
| hasEHLD | boolean | |
| hasReferenceEntity | boolean | |
| icon | boolean | |
| iconCategories | array | |
| iconCuratorName | string | |
| iconCuratorOrcidId | string | |
| iconCuratorUrl | string | |
| iconDesignerName | string | |
| iconDesignerOrcidId | string | |
| iconDesignerUrl | string | |
| iconEhlds | array | |
| iconName | string | |
| iconPhysicalEntities | array | |
| iconReferences | array | |
| id | string | |
| instanceTypeExplanation | string | |
| isDisease | boolean | |
| name | string | |
| orcidId | string | |
| reason | string | |
| referenceIdentifier | string | |
| referenceName | string | |
| referenceURL | string | |
| regulatedEntity | string | |
| regulatedEntityId | string | |
| regulator | string | |
| regulatorId | string | |
| replacementDbIds | array | |
| replacementStIds | array | |
| reviewedPathways | string | |
| reviewedReactions | string | |
| species | array | |
| stId | string | |
| summation | string | |
| type | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://reactome.org/schemas/content-service/Entry",
"title": "Entry",
"type": "object",
"properties": {
"authoredPathways": {
"type": "string"
},
"authoredReactions": {
"type": "string"
},
"compartmentAccession": {
"type": "array",
"items": {
"type": "string"
}
},
"compartmentNames": {
"type": "array",
"items": {
"type": "string"
}
},
"databaseName": {
"type": "string"
},
"date": {
"type": "string",
"format": "date-time"
},
"dbId": {
"type": "string"
},
"deleted": {
"type": "boolean"
},
"disease": {
"type": "boolean"
},
"exactType": {
"type": "string"
},
"explanation": {
"type": "string"
},
"fireworksSpecies": {
"type": "array",
"items": {
"type": "string"
}
},
"hasEHLD": {
"type": "boolean"
},
"hasReferenceEntity": {
"type": "boolean"
},
"icon": {
"type": "boolean"
},
"iconCategories": {
"type": "array",
"items": {
"type": "string"
}
},
"iconCuratorName": {
"type": "string"
},
"iconCuratorOrcidId": {
"type": "string"
},
"iconCuratorUrl": {
"type": "string"
},
"iconDesignerName": {
"type": "string"
},
"iconDesignerOrcidId": {
"type": "string"
},
"iconDesignerUrl": {
"type": "string"
},
"iconEhlds": {
"type": "array",
"items": {
"type": "string"
}
},
"iconName": {
"type": "string"
},
"iconPhysicalEntities": {
"uniqueItems": true,
"type": "array",
"items": {
"$ref": "#/components/schemas/IconPhysicalEntity"
}
},
"iconReferences": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "string"
},
"instanceTypeExplanation": {
"type": "string"
},
"isDisease": {
"type": "boolean"
},
"name": {
"type": "string"
},
"orcidId": {
"type": "string"
},
"reason": {
"type": "string"
},
"referenceIdentifier": {
"type": "string"
},
"referenceName": {
"type": "string"
},
"referenceURL": {
"type": "string"
},
"regulatedEntity": {
"type": "string"
},
"regulatedEntityId": {
"type": "string"
},
"regulator": {
"type": "string"
},
"regulatorId": {
"type": "string"
},
"replacementDbIds": {
"type": "array",
"items": {
"type": "integer",
"format": "int64"
}
},
"replacementStIds": {
"type": "array",
"items": {
"type": "string"
}
},
"reviewedPathways": {
"type": "string"
},
"reviewedReactions": {
"type": "string"
},
"species": {
"type": "array",
"items": {
"type": "string"
}
},
"stId": {
"type": "string"
},
"summation": {
"type": "string"
},
"type": {
"type": "string"
}
}
}