{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$id": "https://schema.humancellatlas.org/module/project/1.0.0/funder",
  "description": "Information about the project funder.",
  "additionalProperties": false,
  "title": "funder",
  "type": "object",
  "properties": {
    "grant_title": {
      "description": "The name of the grant funding the project.",
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": "A title of a grant proposal. Approximately 30 words.",
      "user_friendly": "Grant title"
    },
    "grant_id": {
      "description": "The unique grant identifier or reference for the project.",
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": "BB/P0000001/1",
      "user_friendly": "Grant ID"
    },
    "funder_name": {
      "description": "The name of the funding organisation.",
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": "BBSRC",
      "user_friendly": "Name of grant funder"
    }
  }
}
