Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support MicroProfile OpenAPI 3.x #484

Open
dcdh opened this issue Oct 12, 2024 · 1 comment
Open

support MicroProfile OpenAPI 3.x #484

dcdh opened this issue Oct 12, 2024 · 1 comment

Comments

@dcdh
Copy link

dcdh commented Oct 12, 2024

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

dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 12, 2024
@CarstenWickner
Copy link
Member

Hi @dcdh,

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

dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 12, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 12, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 12, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 12, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 12, 2024
…d Schema.True should be taken into account
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 16, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 16, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 16, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 16, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 16, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 16, 2024
dcdh added a commit to dcdh/jsonschema-generator that referenced this issue Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants