Reactome · Schema

IdentifierMap

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
ids array
resource string
View JSON Schema on GitHub

JSON Schema

analysis-service-identifiermap.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/IdentifierMap",
  "title": "IdentifierMap",
  "type": "object",
  "properties": {
    "ids": {
      "uniqueItems": true,
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "resource": {
      "type": "string"
    }
  }
}