{ "$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" } } }