Reactome · Schema

Sort

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
empty boolean
sorted boolean
unsorted boolean
View JSON Schema on GitHub

JSON Schema

content-service-sort.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/Sort",
  "title": "Sort",
  "type": "object",
  "properties": {
    "empty": {
      "type": "boolean"
    },
    "sorted": {
      "type": "boolean"
    },
    "unsorted": {
      "type": "boolean"
    }
  }
}