Comment by littlecranky67
3 months 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.
True, but you can get all the way to zero duplication if you write it directly and share that code.