-
Notifications
You must be signed in to change notification settings - Fork 1
/
pydantic_validation_errs.yaml
45 lines (45 loc) · 1.27 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) xiaoai (Version draft) [Data set]. DANDI archive. https://dandiarchive.org/dandiset/000157/draft'
contributor:
- affiliation: []
email: xzc5220@psu.edu
includeInCitation: true
name: ', '
roleName:
- dcite:ContactPerson
schemaKey: Person
dateCreated: '2021-11-01T15:51:34.078221+00:00'
description: test
id: DANDI:000157/draft
identifier: DANDI:000157
manifestLocation:
- https://api.dandiarchive.org/api/dandisets/000157/versions/draft/assets/
name: xiaoai
repository: https://dandiarchive.org/
schemaKey: Dandiset
schemaVersion: 0.6.0
url: https://dandiarchive.org/dandiset/000157/draft
version: draft
loc:
- license
msg: Field required
type: missing
url: https://errors.pydantic.dev/2.9/v/missing