Reactome · Schema

FacetList

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
available array
selected array
View JSON Schema on GitHub

JSON Schema

content-service-facetlist.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/FacetList",
  "title": "FacetList",
  "type": "object",
  "properties": {
    "available": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FacetContainer"
      }
    },
    "selected": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FacetContainer"
      }
    }
  }
}