Reactome · Schema

MappedEntity

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
identifier string
mapsTo array
View JSON Schema on GitHub

JSON Schema

analysis-service-mappedentity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/MappedEntity",
  "title": "MappedEntity",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string"
    },
    "mapsTo": {
      "uniqueItems": true,
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MappedIdentifier"
      }
    }
  }
}