Commit b361b12
committed
Read yaml files with CORE_SCHEMA
Date-time related formats in ajv-formats expects string data
type, but js-yaml by default reads yamls with full type yaml
support. That means that dates aren't read as strings and therefore
the values are invalid in terms of ajv-formats format
Fixes #1221 parent aa7c506 commit b361b12
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments