mojotech / json-type-validation

TypeScript JSON type validation
MIT License
155 stars 14 forks source link

Generate OpenAPI schema objects from decoders #61

Open wokalski opened 3 years ago

wokalski commented 3 years ago

Im working on generating OpenAPI for my server. I'm already using mojo tech json type validation so I figured I might as well use this syntax for defining POST body and response definitions.