Closed
Description
openapi-typescript version
7.6.1
Node.js version
20.5.1
OS + version
macOS 15.3.1
Description
If an object property is defined with a boolean schema transformation will fail. There is precedent in the codebase to handle these as unknown
and never
respectively (see additionalProperties
).
Reproduction
See the test in the linked PR.
Expected result
See the test in the linked PR.
Required
- My OpenAPI schema is valid and passes the Redocly validator (
npx @redocly/cli@latest lint
)
Extra
- I’m willing to open a PR (see CONTRIBUTING.md)