openapi-schema-to-json-schema icon indicating copy to clipboard operation
openapi-schema-to-json-schema copied to clipboard

Due to the OpenAPI v3.0 and JSON Schema discrepancy, you can use this JS library to convert OpenAPI Schema objects to proper JSON Schema.

Results 10 openapi-schema-to-json-schema issues
Sort by recently updated
recently updated
newest added

Bumps [undici](https://github.com/nodejs/undici) from 5.8.1 to 5.9.1. Release notes Sourced from undici's releases. v5.9.1 What's Changed fix: don't timeout while waiting for client to send request (#1604) Fix array headers by...

dependencies

Following-up: https://github.com/openapi-contrib/openapi-schema-to-json-schema/pull/17#issuecomment-712724827 Feel free to close if you don't want to support such hooks.

Sometimes it isn't ideal to have to resolve refs before running openapi-schema-to-json-schema. In my case I need to run type generators on individual schema files, not the combined schemas I'd...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.3 to 4.5.1. Changelog Sourced from vite's changelog. 4.5.1 (2023-12-04) fix: backport #15223, proxy html path should be encoded (#15226) (41bb354), closes #15223 #15226 4.5.0 (2023-10-18) feat:...

dependencies

Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.26.3. Release notes Sourced from undici's releases. v5.26.3 No release notes provided. v5.26.2 Security Release, CVE-2023-45143. v5.26.1 What's Changed Fix publish undici-types once and for...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...

dependencies

https://json-schema.org/draft/2020-12

Good afternoon! I'm writing to ask feedback about a possible conversion case that could be not handled by this library: `combiners` + `nullable`. ```ts const schema = { nullable: true,...