Reactome · Schema

ComponentOf

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
names array
schemaClasses array
species array
stIds array
type string
View JSON Schema on GitHub

JSON Schema

content-service-componentof.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/ComponentOf",
  "title": "ComponentOf",
  "type": "object",
  "properties": {
    "names": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "schemaClasses": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "species": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "stIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "type": {
      "type": "string"
    }
  }
}