Reactome · Schema

SchemaDataDownload

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
@type string
contentUrl string
encodingFormat string
fileFormat string
View JSON Schema on GitHub

JSON Schema

content-service-schemadatadownload.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/SchemaDataDownload",
  "title": "SchemaDataDownload",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "contentUrl": {
      "type": "string"
    },
    "encodingFormat": {
      "type": "string"
    },
    "fileFormat": {
      "type": "string"
    }
  }
}