Patch Changes
-
OpenAPI 3.1.x defaults to JSON Schema draft 2020-12 and the value of property names defined in
propertieswas updated since OpenAPI 3.0.x and JSON Schema draft-04.In the new JSON Schema specification, each property value within a
propertiesschema accepts abooleanorobjectschema.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.