{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$id": "https://schema.humancellatlas.org/type/process/sequencing/6.0.0/sequencing_process",
  "description": "Information about how a biomaterial was sequenced.",
  "additionalProperties": false,
  "required": [
    "describedBy",
    "schema_type",
    "process_core"
  ],
  "title": "sequencing_process",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "https://schema.humancellatlas.org/type/process/sequencing/[0-9]{1,}.[0-9]{1,}.[0-9]{1,}/sequencing_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/5.1.0/process_core"
    },
    "insdc_experiment": {
      "description": "An INSDC (International Nucleotide Sequence Database Collaboration) experiment accession. Accession must start with DRX, ERX, or SRX.",
      "pattern": "^[D|E|S]RX[0-9]+$",
      "type": "string",
      "user_friendly": "INSDC experiment"
    },
    "process_type": {
      "description": "The type of process. Should be a child term of https://www.ebi.ac.uk/ols/ontologies/efo/terms?iri=http%3A%2F%2Fwww.ebi.ac.uk%2Fefo%2FEFO_0002694.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/module/ontology/5.1.0/process_type_ontology",
      "user_friendly": "Process type"
    }
  }
}
