{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$id": "https://schema.humancellatlas.org/module/process/sequencing/1.1.2/insdc_experiment",
  "description": "Information relating to an INSDC experiment.",
  "additionalProperties": false,
  "required": [
    "insdc_experiment"
  ],
  "title": "insdc_experiment",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/module/process/sequencing/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/insdc_experiment"
    },
    "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"
    },
    "insdc_experiment": {
      "description": "An INSDC (International Nucleotide Sequence Database Collaboration) experiment accession if experiment has been submitted. Can be from the DDBJ, EMBL-EBI, or NCBI.  Accession must start with DRX, ERX, or SRX.",
      "pattern": "^[D|E|S]RX[0-9]+$",
      "type": "string",
      "user_friendly": "INSDC experiment",
      "example": "SRX0000000"
    }
  }
}
