Skip to content

Is it possible to validate one JSON schema structure with another JSON schema with Java? #156

Answered by Relequestual
abhikt48 asked this question in Q&A
Discussion options

You must be logged in to vote

A JSON Schema is "just JSON", so treat the schema like JSON and do validation as you usually would.
You should download the meta-schema, although this can be updated without notice or versioning (unlikely, but possible).

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@abhikt48
Comment options

@rpgoldman
Comment options

@jdesrosiers
Comment options

Answer selected by abhikt48
Comment options

You must be logged in to vote
1 reply
@abhikt48
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants