Reactome · Schema

PsicquicResource

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
active boolean
name string
restURL string
soapURL string
View JSON Schema on GitHub

JSON Schema

content-service-psicquicresource.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/content-service/PsicquicResource",
  "title": "PsicquicResource",
  "type": "object",
  "properties": {
    "active": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "restURL": {
      "type": "string"
    },
    "soapURL": {
      "type": "string"
    }
  }
}