{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$id": "https://schema.humancellatlas.org/core/project/6.0.1/project_core",
  "description": "A project contains information about the overall project.",
  "additionalProperties": false,
  "required": [
    "project_shortname",
    "project_title",
    "project_description"
  ],
  "title": "project_core",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/core/project/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/project_core"
    },
    "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"
    },
    "project_shortname": {
      "description": "A short name for the project.",
      "type": "string",
      "example": "For example, a short label by which you refer to the project. This will be used for quick orientation and reference.",
      "user_friendly": "Project label"
    },
    "project_title": {
      "description": "An official title for your project.",
      "type": "string",
      "example": "For example, the title of a grant proposal or a publication, approximately 30 words. This is how the project title will appear on the Human Cell Atlas data portal.",
      "user_friendly": "Project title"
    },
    "project_description": {
      "description": "A longer description of the project which includes research goals and experimental approach.",
      "type": "string",
      "example": "For example, an abstract from a grant application or publication. Approximately 300 words.",
      "user_friendly": "Project description"
    }
  }
}
