File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ contains: schema - done
8787
8888properties: object, each value json schema - in 3.0
8989patternProperties: object each value JSON schema key regex - done
90- additionalProperties: single json schema
90+ additionalProperties: single json schema (works with the boolean schema value that we don't support)
9191
92- unevaluatedItems - single schema
93- unevaluatedProperties: single schema
92+ unevaluatedItems - single schema - somewhat complex because of booleanSchemas
93+ unevaluatedProperties: single schema - as above
9494
9595
9696## Returning to this in 2025
@@ -112,6 +112,9 @@ Little things:
112112- probably want a quick way to get coverage of the methods on nodes
113113- could validate that pattern and patternProperties contain regexs
114114
115+ Bigger things:
116+ - OpenAPI 3.1 supports boolean schemas that are just a true or false value, this code doesn't.
117+
115118JSON Schema specs:
116119
117120meta: https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00
You can’t perform that action at this time.
0 commit comments