·
320 commits
to main
since this release
Patch Changes
-
OpenAPI 3.1.x defaults to JSON Schema draft 2020-12 and the value of property names defined in
properties
was updated since OpenAPI 3.0.x and JSON Schema draft-04.In the new JSON Schema specification, each property value within a
properties
schema accepts aboolean
orobject
schema.https://json-schema.org/draft/2020-12/json-schema-core#section-10.3.2.1
-
Fixed incorrect browser detection by removing check for 'self' as Bun also exposes it by default.