-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpydantic_validation_errs.yaml
44 lines (44 loc) · 1.17 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
- ctx:
pattern: ^([\w\s\-\.']+),\s+([\w\s\-\.']+)$
input: Samuel R Nason-Tomaszewski
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
- ctx:
pattern: ^([\w\s\-\.']+),\s+([\w\s\-\.']+)$
input: Matthew J. Mender
loc:
- contributor
- 1
- 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
- ctx:
pattern: ^([\w\s\-\.']+),\s+([\w\s\-\.']+)$
input: Cynthia Chestek
loc:
- contributor
- 2
- 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
- ctx:
pattern: ^([\w\s\-\.']+),\s+([\w\s\-\.']+)$
input: Joel Ye
loc:
- contributor
- 3
- 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