Reactome · Schema

IconPhysicalEntity

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
compartments string
displayName string
name string
stId string
type string
View JSON Schema on GitHub

JSON Schema

content-service-iconphysicalentity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/IconPhysicalEntity",
  "title": "IconPhysicalEntity",
  "type": "object",
  "properties": {
    "compartments": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "stId": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}