{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://reactome.org/schemas/content-service/ParticipantRefEntities", "title": "ParticipantRefEntities", "type": "object", "properties": { "dbId": { "type": "integer", "format": "int64" }, "displayName": { "type": "string" }, "icon": { "type": "string" }, "identifier": { "type": "string" }, "schemaClass": { "type": "string" }, "stId": { "type": "string" }, "url": { "type": "string" } } }