eerriicc
eerriicc

Reputation: 1240

How can I validate JSON with JSON Schema using RESTeasy and Jackson?

Our tech stack is:

We generate OpenAPI (openapi.json) from the Java code using Eclipse MicroProfile API annotations and the Smallrye Maven plugin.

I have searched Stackoverflow (of course) and the Internet in general. But I can't seem to find any example of how to validate incoming JSON using JSON Schema (on a dedicated JSON Schema server).

Can anyone help me? In 2024, validation of data shouldn't be that exotic ;-)

Upvotes: 0

Views: 64

Answers (0)

Related Questions