{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/1.2.6/differentiation_protocol",
  "description": "Information about how a cell is differentiated to a desired cell type or organoid.",
  "additionalProperties": false,
  "required": [
    "describedBy",
    "schema_type",
    "protocol_core",
    "differentiation_method"
  ],
  "title": "Differentiation protocol",
  "name": "differentiation_protocol",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/type/protocol/biomaterial_collection/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/differentiation_protocol"
    },
    "schema_version": {
      "description": "The version number of the schema in major.minor.patch format.",
      "type": "string",
      "pattern": "^[0-9]{1,}.[0-9]{1,}.[0-9]{1,}$",
      "example": "4.6.1"
    },
    "schema_type": {
      "description": "The type of the metadata schema entity.",
      "type": "string",
      "enum": [
        "protocol"
      ]
    },
    "provenance": {
      "description": "Provenance information provided by the system.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/system/1.0.3/provenance"
    },
    "protocol_core": {
      "description": "Core protocol-level information.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/core/protocol/5.2.4/protocol_core"
    },
    "differentiation_method": {
      "description": "Differentiation method applied to cell culture to induce a specific differentiation response.",
      "type": "string",
      "user_friendly": "Differentiation method",
      "comment": "Consider making this an ontology in the future.",
      "example": "Embryoid Body, Monolayer, Inductive Co-Culture"
    },
    "differentiation_media": {
      "description": "Culture media used to induce a specific differentiation response.",
      "type": "string",
      "user_friendly": "Differentiation media",
      "example": "RPMI 1640 + B27, Neurobasal Media, StemPro-34 Serum-Free Medium"
    },
    "differentiation_small_molecules": {
      "description": "Differentiation small molecules added to stem cell medium to induce a specific differentiation response.",
      "type": "string",
      "user_friendly": "Small molecules",
      "example": "Retinoic Acid, CHIR99021 (GSK-inhibitor), Activin A, BMP4"
    },
    "differentiation_target_cell_yield": {
      "description": "Percent of target cells obtained after directed differentiation of origin cell.",
      "type": "number",
      "example": 95,
      "user_friendly": "Percent target cell yield"
    },
    "differentiation_reagents": {
      "description": "A list of purchased reagents used in the differentiation protocol.",
      "type": "array",
      "items": {
        "$ref": "https://schema.humancellatlas.org/module/process/6.0.3/purchased_reagents"
      },
      "user_friendly": "Differentiation reagents"
    },
    "differentiation_target_pathway": {
      "description": "Targeted pathway for specific differentiation response.",
      "type": "string",
      "user_friendly": "Target pathway",
      "example": "Wnt Pathway",
      "comment": "Consider making this an ontology in the future."
    },
    "differentiation_validation_method": {
      "description": "Method used to validate origin cell successfully differentiated to target cell.",
      "type": "string",
      "user_friendly": "Differentiation validation method",
      "example": "Pancreatic Cell DTZ Detection Assay, qPCR, Flow Cytometry, Immunocytochemistry Staining"
    },
    "differentiation_validation_results": {
      "description": "Results confirming successful differentiation to target cell type.",
      "type": "string",
      "user_friendly": "Validation results",
      "example": "CD103 Positive, Nestin Positive, HCN4 Positive, CD11C Negative"
    }
  }
}
