jains2k
2 years agoOccasional Visitor
Is there a Java SDK available to represent the Open API Specification Schema
Hi
I am trying to generate open api specification programmatically and not finding any SDK that either helps manipulating and generating an Open API Spec yaml (I found Kaizen but it's not maintained anymore), and neither a java code generated SDK from the Open API specification schema. I tried to use Jackson to generate POJOs from the Open API Specification schema, but it misses a lot of nitty gritties in the generated code (for example `Schemas` only supports `additionalProperties`, and no other attributes).
Any help locating a library that helps manipulate/write Open API Specifications or an SDK of java POJOs that supports the full extent the Open API Spec schema would be really helpful.