{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$id": "https://schema.humancellatlas.org/module/biomaterial/6.1.1/growth_conditions",
  "description": "Information relating to how a biomaterial was grown and/or maintained in a laboratory setting.",
  "additionalProperties": false,
  "title": "growth_conditions",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/module/biomaterial/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/growth_conditions"
    },
    "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"
    },
    "passage_number": {
      "description": "The number of passages the cell line has been through.",
      "maximum": 1000,
      "minimum": 0,
      "type": "integer",
      "user_friendly": "Passage number"
    },
    "growth_medium": {
      "description": "The solid, liquid, or semi-solid medium used to support the growth of the biomaterial.",
      "type": "string",
      "example": "lysogeny broth (LB) medium",
      "user_friendly": "Growth medium"
    },
    "mycoplasma_testing_method": {
      "description": "The method by which a biomaterial is tested for mycoplasma contamination. Must be one of: Direct DNA stain, Indirect DNA stain, Broth and agar culture, PCR, Nested PCR, ELISA, Autoradiography, Immunostaining, Cell-based assay, Microbiological assay.",
      "type": "string",
      "enum": [
        "Direct DNA stain",
        "Indirect DNA stain",
        "Broth and agar culture",
        "PCR",
        "Nested PCR",
        "ELISA",
        "Autoradiography",
        "Immunostaining",
        "Cell-based assay",
        "Microbiological assay"
      ],
      "example": "Indirect DNA stain",
      "user_friendly": "Mycoplasma testing method"
    },
    "mycoplasma_testing_results": {
      "description": "Whether the biomaterial passed or failed the mycoplasma test. Must be pass or fail.",
      "type": "string",
      "enum": [
        "pass",
        "fail"
      ],
      "example": "pass",
      "user_friendly": "Mycoplasma testing results"
    },
    "drug_treatment": {
      "description": "Description of drugs added to the growth medium for this biomaterial.",
      "type": "string",
      "example": "100 ug/mL ampicillin",
      "user_friendly": "Drug treatment"
    }
  }
}
