victools / jsonschema-generator

Java JSON Schema Generator – creating JSON Schema (Draft 6, Draft 7, Draft 2019-09, or Draft 2020-12) from Java classes
https://victools.github.io/jsonschema-generator
Apache License 2.0
395 stars 58 forks source link

support MicroProfile OpenAPI 3.x #484

Open dcdh opened 5 days ago

dcdh commented 5 days ago

I am working on Quarkus application and quarkus used open api to describe rest endpoints.

This issue add a new module to support MicroProfile OpenAPI 3.x

MicroProfile OpenAPI 3.x is based on Swager 2.x so I write this module following the jsonschema-module-swagger-2.

Notable changes : the @ArraySchema does not exists on OpenAPI side, and some methods are not deprecated and others not implemented.

You could check the changes between theses two modules.

Here is the Pull Request

Regards,

Damien

CarstenWickner commented 5 days ago

Hi @dcdh,

I am happy to take a new module on board and will look at your PR.