{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$id": "https://schema.humancellatlas.org/type/biomaterial/8.3.6/cell_suspension",
  "description": "Information about the suspension of cells or nuclei derived from the collected or cultured specimen.",
  "additionalProperties": false,
  "required": [
    "describedBy",
    "schema_type",
    "biomaterial_core"
  ],
  "title": "cell_suspension",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/type/biomaterial/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/cell_suspension"
    },
    "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": [
        "biomaterial"
      ]
    },
    "provenance": {
      "description": "Provenance information provided by the system.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/system/1.0.1/provenance"
    },
    "biomaterial_core": {
      "description": "Core biomaterial-level information.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/core/biomaterial/7.0.1/biomaterial_core"
    },
    "cell_morphology": {
      "description": "Features relating to the morphology of cells in a biomaterial.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/module/biomaterial/6.1.1/cell_morphology",
      "user_friendly": "Cell morphology"
    },
    "growth_conditions": {
      "description": "Features relating to the growth and/or maintenance of a biomaterial.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/module/biomaterial/6.1.2/growth_conditions",
      "user_friendly": "Growth conditions"
    },
    "genus_species": {
      "description": "The scientific binomial name for the species of the suspension.",
      "type": "array",
      "example": "Homo sapiens",
      "items": {
        "$ref": "https://schema.humancellatlas.org/module/ontology/5.3.0/species_ontology"
      },
      "user_friendly": "Genus species"
    },
    "selected_cell_type": {
      "description": "The cell type(s) selected to be present in the suspension.",
      "type": "array",
      "items": {
        "$ref": "https://schema.humancellatlas.org/module/ontology/5.3.0/cell_type_ontology"
      },
      "example": "fetal cardiomyocyte",
      "user_friendly": "Selected cell type"
    },
    "total_estimated_cells": {
      "description": "Total estimated number of cells in the suspension. May be 1 for well-based assays.",
      "type": "integer",
      "maximum": 1000000000,
      "minimum": 0,
      "example": 2100,
      "user_friendly": "Total estimated cell count"
    },
    "plate_based_sequencing": {
      "description": "Fields specific for plate-based sequencing experiments.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/module/process/sequencing/1.0.1/plate_based_sequencing",
      "user_friendly": "Plate-based sequencing"
    }
  }
}
