|
122 | 122 | "properties":{ |
123 | 123 | "pubmed_name_search": {"type": "string", "minLength":1}, |
124 | 124 | "email":{"type": "string", "format":"email"}, |
125 | | - "ORCID":{"type": "string", "pattern":"^\d{4}-\d{4}-\d{4}-\d{3}[0,1,2,3,4,5,6,7,8,9,X]$"}, |
| 125 | + "ORCID":{"type": "string", "pattern":r"^\d{4}-\d{4}-\d{4}-\d{3}[0,1,2,3,4,5,6,7,8,9,X]$"}, |
126 | 126 | "grants": {"type": "array", "minItems":1, "items": {"type": "string", "minLength": 1}}, |
127 | 127 | "cutoff_year": {"type": "integer", "minimum":1000, "maximum":9999}, |
128 | 128 | "scholar_id": {"type": "string", "minLength":1}, |
|
239 | 239 | "authors": {"type":"array", |
240 | 240 | "minItems":1, |
241 | 241 | "items": {"type": "object", |
242 | | - "properties": {"ORCID": {"type": ["string", "null"], "pattern":"^\d{4}-\d{4}-\d{4}-\d{3}[0,1,2,3,4,5,6,7,8,9,X]$"}}, |
| 242 | + "properties": {"ORCID": {"type": ["string", "null"], "pattern":r"^\d{4}-\d{4}-\d{4}-\d{3}[0,1,2,3,4,5,6,7,8,9,X]$"}}, |
243 | 243 | "if": { |
244 | 244 | "properties":{"collectivename":{"type":["string", "null"]}}, |
245 | 245 | "required":["collectivename"] |
|
292 | 292 | "minItems":1, |
293 | 293 | "properties": {"authors": {"type": "array", |
294 | 294 | "items": {"type": "object", |
295 | | - "properties": {"ORCID": {"type": ["string", "null"], "pattern":"^\d{4}-\d{4}-\d{4}-\d{3}[0,1,2,3,4,5,6,7,8,9,X]$"}}, |
| 295 | + "properties": {"ORCID": {"type": ["string", "null"], "pattern":r"^\d{4}-\d{4}-\d{4}-\d{3}[0,1,2,3,4,5,6,7,8,9,X]$"}}, |
296 | 296 | "if": { |
297 | 297 | "properties":{"collective_name":{"type":["string", "null"]}}, |
298 | 298 | "required":["collective_name"] |
|
0 commit comments