{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/5.0.5/dissociation_protocol",
  "description": "Information about the dissociation protocol used to separate individual cells or nuclei.",
  "additionalProperties": false,
  "required": [
    "describedBy",
    "schema_type",
    "protocol_core",
    "dissociation_method"
  ],
  "title": "Dissociation protocol",
  "name": "dissociation_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]*?))/dissociation_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",
      "user_friendly": "Protocol core"
    },
    "dissociation_method": {
      "description": "How cells or organelles were dissociated.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/module/ontology/5.3.2/process_type_ontology",
      "user_friendly": "Dissociation method"
    },
    "protocol_reagents": {
      "description": "A list of purchased reagents used in this protocol.",
      "type": "array",
      "items": {
        "type": "object",
        "$ref": "https://schema.humancellatlas.org/module/process/6.0.4/purchased_reagents"
      },
      "user_friendly": "Protocol reagents"
    }
  }
}
