Reactome · Schema

SchemaDataCatalog

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
@type string
name string
url string
View JSON Schema on GitHub

JSON Schema

content-service-schemadatacatalog.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/SchemaDataCatalog",
  "title": "SchemaDataCatalog",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}