|
29 | 29 | "example": "4.6.1"
|
30 | 30 | },
|
31 | 31 | "name": {
|
32 |
| - "description": "The name of the collection institute.", |
| 32 | + "description": "Name of the collection institute.", |
33 | 33 | "type": "string",
|
34 | 34 | "example": "institute_1; Addenbrooke's Hospital; University of California, San Francisco",
|
35 | 35 | "user_friendly": "Collection institute name",
|
36 | 36 | "guidelines": "Use pseudonymized name if the institute name is unknown or is considered sensitive information."
|
37 | 37 | },
|
38 | 38 | "latitude": {
|
39 |
| - "description": "The latitute of the collection institute, in decimal degrees.", |
| 39 | + "description": "Latitute of the collection institute, in decimal degrees.", |
40 | 40 | "type": "string",
|
41 | 41 | "pattern": "^-?([0-8]?\\d|90)(\\.\\d{1,6})?$",
|
42 | 42 | "example": "52.1; -0.127541; 38.045956",
|
43 | 43 | "user_friendly": "Collection institute latitude",
|
44 |
| - "guidelines": "If the exact location is considered sensitive information, use one decimal place." |
| 44 | + "guidelines": "Use one decimal place if the exact location is considered sensitive information." |
45 | 45 | },
|
46 | 46 | "longitude": {
|
47 |
| - "description": "The longitude of the collection institute, in decimal degrees.", |
| 47 | + "description": "Longitude of the collection institute, in decimal degrees.", |
48 | 48 | "type": "string",
|
49 | 49 | "pattern": "^-?((1?[0-7]?\\d)|180)(\\.\\d{1,6})?$",
|
50 | 50 | "example": "0.1; -84.512016; 23.792138",
|
51 | 51 | "user_friendly": "Collection institute longitude",
|
52 |
| - "guidelines": "If the exact location is considered sensitive information, use one decimal place." |
| 52 | + "guidelines": "Use one decimal place if the exact location is considered sensitive information." |
53 | 53 | }
|
54 | 54 | }
|
55 | 55 | }
|
0 commit comments