{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.humancellatlas.org/type/file/1.1.4/supplementary_file",
  "description": "Supplementary files belonging to a project.",
  "additionalProperties": false,
  "required": [
    "describedBy",
    "schema_type",
    "file_core"
  ],
  "title": "Supplementary file",
  "name": "supplementary_file",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/type/file/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/supplementary_file"
    },
    "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": [
        "file"
      ]
    },
    "file_core": {
      "description": "Core file-level information.",
      "type": "object",
      "$ref": "https://schema.humancellatlas.org/core/file/5.2.4/file_core"
    },
    "file_description": {
      "description": "A short description of the file content. This could include information about how the file was generated.",
      "type": "string",
      "example": "Enrichment protocol",
      "user_friendly": "File description"
    }
  }
}
