{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.humancellatlas.org/module/biomaterial/0.0.0/collection_institute",
  "description": "Information about collection institute location.",
  "additionalProperties": false,
  "title": "Collection institute",
  "name": "collection_institute",
  "type": "object",
  "properties": {
    "describedBy": {
      "description": "The URL reference to the schema.",
      "type": "string",
      "pattern": "^(http|https)://schema.(.*?)humancellatlas.org/module/biomaterial/(([0-9]{1,}.[0-9]{1,}.[0-9]{1,})|([a-zA-Z]*?))/familial_relationship"
    },
    "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"
    },
    "latitude": {
      "description": "The latitute of the collection institute, in decimal degrees.",
      "type": "string",
      "pattern": "^-?([0-8]?\\d|90)(\\.\\d{1,6})?$",
      "example": "52.1; -0.127541; 38.045956",
      "user_friendly": "Collection institute latitude",
      "guidelines": "Use one decimal place to keep the exact location private."
    },
    "longitude": {
      "description": "The longitude of the collection institute, in decimal degrees.",
      "type": "string",
      "pattern": "^-?((1?[0-7]?\\d)|180)(\\.\\d{1,6})?$",
      "example": "0.1; -84.512016; 23.792138",
      "user_friendly": "Collection institute longitude",
      "guidelines": "Use one decimal place to keep the exact location private."
    },
    "name": {
      "description": "The name of the collection institute.",
      "type": "string",
      "example": "University of California, San Francisco",
      "user_friendly": "Collection institute name",
      "guidelines": "Use pseudonymized name of the institute to keep the location private."
    }
  }
}
