packages/openapi-ts/README.md
fork of hey-api/openapi-ts because I need some additional things
7068
5
0
Clone this repository
https://tangled.org/mokkenstorm.dev/openapi-ts
https://tangled.org/did:plc:r5bee2hexwjtmhkfmfu2tphx/openapi-ts
git@tangled.org:mokkenstorm.dev/openapi-ts
git@tangled.org:did:plc:r5bee2hexwjtmhkfmfu2tphx/openapi-ts
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gzfix(shared): support non-string discriminator property types
refactor: zod plugin nullish
refactor: valibot plugin nullish
OpenAPI discriminator mappings use string keys, but the actual discriminator
property may be boolean, integer, or number. Previously, all discriminator
values were hardcoded as type 'string'. This change detects the actual
property type from the schema and converts mapping values accordingly.
README.md