Reactome · Schema

Participant

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
displayName string
peDbId integer
refEntities array
schemaClass string
View JSON Schema on GitHub

JSON Schema

content-service-participant.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/Participant",
  "title": "Participant",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "peDbId": {
      "type": "integer",
      "format": "int64"
    },
    "refEntities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ParticipantRefEntities"
      }
    },
    "schemaClass": {
      "type": "string"
    }
  }
}