A code generation tool for openapi 3 / 3.1 specifications written in typescript, primarily aimed at generating typescript clients and server stubs. Other target languages may be added in future.
(#225 solved the bug originally motivating this, but intend to experiment with ways to allow custom serialization / de-serialization in general on this branch)
introduce x-alpha-transform concept, allowing for a arbitrary transformation function to be applied to a schema
not yet supported by joi
not yet supported by type-builder
only really useful for this specific case so far
detect query parameters of an array type, and parse as a T | T[], and then transform to a T[] for convenience
(#225 solved the bug originally motivating this, but intend to experiment with ways to allow custom serialization / de-serialization in general on this branch)
x-alpha-transform
concept, allowing for a arbitrary transformation function to be applied to a schemajoi
type-builder
T | T[]
, and then transform to aT[]
for convenience$ref
d schemas properlyrelates #217