Hacker News new | ask | show | jobs
by littlecranky67 219 days ago
OpenAPI does support patterns for fields and nullables/non-nullables - that already gets you very far regarding validation. A decently sophisticated generator (which don't exist IMHO) would generate the validation code for your respective language.
1 comments

True, but you can get all the way to zero duplication if you write it directly and share that code.