"$schema" in schema breaks AVJ8 validation #4434
Unanswered
mikezerosix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AVJ validation breaks if there is entry
"$schema": "http://json-schema.org/draft-04/schema#",
in the JSON Schema. Which Spring Data REST adds into the the JSON Schema it provides.
Entire JSON Schema
This can easily be replicated in Codeplayground, just by adding
"$schema": "http://json-schema.org/draft-04/schema#",
into the default example Json SchemaBeta Was this translation helpful? Give feedback.
All reactions