-
Notifications
You must be signed in to change notification settings - Fork 1
/
pydantic_validation_errs.yaml
45 lines (45 loc) · 1.28 KB
/
pydantic_validation_errs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
- ctx:
pattern: ^([\w\s\-\.']+),\s+([\w\s\-\.']+)$
input: ', '
loc:
- contributor
- 0
- Person
- name
msg: String should match pattern '^([\w\s\-\.']+),\s+([\w\s\-\.']+)$'
type: string_pattern_mismatch
url: https://errors.pydantic.dev/2.9/v/string_pattern_mismatch
- input:
access:
- schemaKey: AccessRequirements
status: dandi:OpenAccess
assetsSummary:
numberOfBytes: 0
numberOfFiles: 0
schemaKey: AssetsSummary
citation: ', (2022) NYB (Version draft) [Data set]. DANDI archive. https://dandiarchive.org/dandiset/000146/draft'
contributor:
- affiliation: []
email: bezawitms@yahoo.com
includeInCitation: true
name: ', '
roleName:
- dcite:ContactPerson
schemaKey: Person
dateCreated: '2021-10-12T14:59:33.500637+00:00'
description: Rodent Data Analysis
id: DANDI:000146/draft
identifier: DANDI:000146
manifestLocation:
- https://api.dandiarchive.org/api/dandisets/000146/versions/draft/assets/
name: NYB
repository: https://dandiarchive.org/
schemaKey: Dandiset
schemaVersion: 0.6.0
url: https://dandiarchive.org/dandiset/000146/draft
version: draft
loc:
- license
msg: Field required
type: missing
url: https://errors.pydantic.dev/2.9/v/missing