{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$id": "https://schema.humancellatlas.org/core/project/7.0.1/project_core",
  "description": "A project entity contains information about the overall project.",
  "additionalProperties": false,
  "required": [
    "project_short_name",
    "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_short_name": {
      "description": "A short name for the project.",
      "type": "string",
      "example": "For example, a short label by which you refer to the project. This label will be used for quick reference.",
      "user_friendly": "Project label"
    },
    "project_title": {
      "description": "An official title for the project.",
      "type": "string",
      "example": "For example, the title of a grant proposal or a publication. Approximately 30 words. This 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"
    }
  }
}
