{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.humancellatlas.org/module/ontology/5.3.3/development_stage_ontology",
  "description": "A term that may be associated with a development stage-related ontology term",
  "additionalProperties": false,
  "required": [
    "text"
  ],
  "title": "Development stage ontology",
  "name": "development_stage_ontology",
  "type": "object",
  "properties": {
    "describedBy": {
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/module/ontology/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/development_stage_ontology",
      "type": "string"
    },
    "schema_version": {
      "description": "Version number in major.minor.patch format.",
      "type": "string",
      "pattern": "^[0-9]{1,}.[0-9]{1,}.[0-9]{1,}$",
      "example": "4.6.1"
    },
    "text": {
      "description": "The name of the development stage of the organism.",
      "type": "string",
      "user_friendly": "Development stage",
      "example": "human adult stage; Theiler stage 28"
    },
    "ontology": {
      "description": "An ontology term identifier in the form prefix:accession",
      "type": "string",
      "graph_restriction": {
        "ontologies": [
          "obo:efo",
          "obo:hcao"
        ],
        "classes": [
          "EFO:0000399",
          "HsapDv:0000000",
          "UBERON:0000105"
        ],
        "relations": [
          "rdfs:subClassOf"
        ],
        "direct": false,
        "include_self": false
      },
      "user_friendly": "Development stage ontology ID",
      "example": "HsapDv:0000087; EFO:0002588"
    },
    "ontology_label": {
      "description": "The preferred label for the ontology term referred to in the ontology field. This may differ from the user-supplied value in the text field",
      "type": "string",
      "user_friendly": "Development stage ontology label",
      "example": "human adult stage; Theiler stage 28"
    }
  }
}
