-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
dcdh
added a commit
to dcdh/jsonschema-generator
that referenced
this issue
Oct 12, 2024
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
…verrideInstanceAttributes
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
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
The text was updated successfully, but these errors were encountered: