(Fri Dec 15 2023 00:00:00 GMT+0200 (Eastern European Standard Time)) OpenAPI lets one describe web API methods and data types in a language-neutral format. While we can manually write code matching the schema, automatic code generation is more agile. This article focuses on autogeneration of data types and data validation for TypeScript on Node.js.