OpenAPI Swagger generation

Hello,

I would like to know if there is any way to generate specific keywords allowed by OpenAPI v3 specifications.

For example, in a class with a String field, how do I generate the “minLength”, “maxLength” or “pattern” modifiers to allow the generation of a complete swagger from my class diagram?

thanks

1 Like

I would also be interested in this topic …