{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.humancellatlas.org/type/protocol/biomaterial_collection/1.1.4/aggregate_generation_protocol",
  "description": "Information on how cultured cells are developed into cell aggregates.",
  "additionalProperties": false,
  "required": [
    "describedBy",
    "schema_type",
    "protocol_core",
    "aggregate_formation_method"
  ],
  "title": "aggregate_generation_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]*?))/aggregate_generation_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.2/provenance"
    },
    "protocol_core": {
      "description": "Core protocol-level information.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/core/protocol/5.2.3/protocol_core"
    },
    "aggregate_formation_method": {
      "description": "Method used to form cell aggreagtes.",
      "type": "string",
      "example": "rocking, suspension cultures, hanging drops, spinner flasks",
      "user_friendly": "Aggregate formation method"
    },
    "aggregate_cell_uniformity": {
      "description": "Description of uniformity of the cell aggregates after they are formed.",
      "type": "string",
      "example": "Mostly homogenous EBs of variable cell numbers",
      "user_friendly": "Aggregate cell uniformity"
    }
  }
}
