{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.humancellatlas.org/type/project/15.0.0/project",
  "description": "A project entity contains information about the overall project.",
  "additionalProperties": false,
  "required": [
    "describedBy",
    "schema_type",
    "project_core",
    "funders"
  ],
  "title": "Project",
  "name": "project",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/type/project/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/project"
    },
    "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": [
        "project"
      ]
    },
    "provenance": {
      "description": "Provenance information provided by the system.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/system/1.1.0/provenance"
    },
    "project_core": {
      "description": "Core project-level information.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/core/project/7.0.5/project_core",
      "user_friendly": "Project core"
    },
    "contributors": {
      "description": "People contributing to any aspect of the project.",
      "type": "array",
      "items": {
        "$ref": "https://schema.humancellatlas.org/module/project/8.0.1/contact"
      },
      "user_friendly": "Contributors"
    },
    "supplementary_links": {
      "description": "External link(s) pointing to code, supplementary data files, or analysis files associated with the project which will not be uploaded.",
      "type": "array",
      "example": "https://github.com/czbiohub/tabula-muris; http://celltag.org/",
      "items": {
        "type": "string"
      },
      "user_friendly": "Supplementary link(s)"
    },
    "publications": {
      "description": "Publications resulting from this project.",
      "type": "array",
      "items": {
        "$ref": "https://schema.humancellatlas.org/module/project/6.0.0/publication"
      },
      "user_friendly": "Publications"
    },
    "insdc_project_accessions": {
      "description": "An International Nucleotide Sequence Database Collaboration (INSDC) project accession.",
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^PRJ[END][A-Z]\\d+$"
      },
      "example": "PRJNS000000",
      "user_friendly": "INSDC project accession",
      "guidelines": "Enter accession if project has been archived. Accession can be from the DDBJ, NCBI, or EMBL-EBI and must start with PRJD, PRJN, or PRJE, respectively."
    },
    "geo_series_accessions": {
      "description": "A Gene Expression Omnibus (GEO) series accession.",
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^GSE\\d+$"
      },
      "example": "GSE00000",
      "user_friendly": "GEO series accession",
      "guidelines": "Enter accession if project has been archived in GEO. Accession must start with GSE."
    },
    "array_express_accessions": {
      "description": "An ArrayExpress accession.",
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^E-[A-Z]{4}-\\d+$"
      },
      "example": "E-AAAA-00",
      "user_friendly": "ArrayExpress accession",
      "guidelines": "Enter accession if project has been archived in ArrayExpress. Accession must start with E-."
    },
    "insdc_study_accessions": {
      "description": "An International Nucleotide Sequence Database Collaboration (INSDC) study accession.",
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[DES]RP\\d+$"
      },
      "example": "SRP000000",
      "user_friendly": "INSDC study accession",
      "guidelines": "Enter accession if study has been archived. Accession can be from the DDBJ, NCBI, or EMBL-EBI and must start with DRP, SRP, or ERP, respectively."
    },
    "biostudies_accessions": {
      "description": "A BioStudies study accession.",
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^S-[A-Z]{4}\\d+$"
      },
      "example": "S-EXMP1; S-HCAS33",
      "user_friendly": "BioStudies accession",
      "guidelines": "Enter accession if study has been archived in BioStudies."
    },
    "funders": {
      "description": "Funding source(s) supporting the project.",
      "type": "array",
      "items": {
        "$ref": "https://schema.humancellatlas.org/module/project/2.0.0/funder"
      },
      "user_friendly": "Funding source(s)"
    }
  }
}
