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

Is it possible to use openapi 3.x as schema #84

Open
mpet opened this issue Jun 20, 2024 · 2 comments
Open

Is it possible to use openapi 3.x as schema #84

mpet opened this issue Jun 20, 2024 · 2 comments

Comments

@mpet
Copy link

mpet commented Jun 20, 2024

Hi,

I have been looking for validator to validate our payloads vs an openapi 3.x schema.
It has has really been hard to find a validator in java that supports openapi 3.x :-)
Does this library support it?

br,

//mike

@big-andy-coates
Copy link
Collaborator

Looking at the 3.1 schema, it looks to be using the 2020-12 draft of JSON schema, which this library supports.

So yes, it should work

@mpet
Copy link
Author

mpet commented Jun 25, 2024

can I validate a payload using the schema?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants