-
-
Notifications
You must be signed in to change notification settings - Fork 573
Closed
Labels
bugSomething isn't workingSomething isn't workingopenapi-tsRelevant to the openapi-typescript libraryRelevant to the openapi-typescript library
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)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingopenapi-tsRelevant to the openapi-typescript libraryRelevant to the openapi-typescript library