{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$id": "https://schema.humancellatlas.org/type/process/3.0.0/process",
  "description": "Information about the process",
  "additionalProperties": false,
  "required": [
    "describedBy",
    "schema_type",
    "process_core"
  ],
  "title": "process",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/type/process/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/process"
    },
    "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": [
        "process"
      ]
    },
    "process_core": {
      "description": "Core process-level information.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/core/process/6.0.0/process_core"
    },
    "process_type": {
      "description": "The type of process. Must be a child term of https://www.ebi.ac.uk/ols/ontologies/efo/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FOBI_0000272.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/module/ontology/5.2.1/process_type_ontology",
      "user_friendly": "process type"
    },
    "deviation_from_protocol": {
      "description": "Any deviation from the standard protocol provided",
      "type": "string",
      "user_friendly": "Deviation from protocol"
    },
    "insdc_experiment": {
      "description": "An INSDC (International Nucleotide Sequence Database Collaboration) experiment accession.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/module/process/sequencing/1.1.1/insdc_experiment"
    }
  }
}
