Commit 24f9ea9
fix: items must be a schema (and add prefixItems)
This was changed in JSON Schema Specification Draft 2020-12
(which is the version of JSON Schema used by OpenAPI 3.1).
https://json-schema.org/draft/2020-12/json-schema-core#name-changelog:
> Array-value "items" functionality is now "prefixItems"1 parent 90fe4d1 commit 24f9ea9
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments