Reactome · Schema

ParticipantRefEntities

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
dbId integer
displayName string
icon string
identifier string
schemaClass string
stId string
url string
View JSON Schema on GitHub

JSON Schema

content-service-participantrefentities.json Raw ↑
{
  "$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"
    }
  }
}