Reactome · Schema

ExternalMainIdentifier

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
id string
resource string
View JSON Schema on GitHub

JSON Schema

analysis-service-externalmainidentifier.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ExternalMainIdentifier",
  "title": "ExternalMainIdentifier",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "resource": {
      "type": "string"
    }
  }
}