JSON-Schema Validation #3647
Unanswered
sebastian-ludwig
asked this question in
Q&A
Replies: 3 comments 3 replies
|
Not something possible at the moment but it sounds like a good enhancement to have a custom form schema. I can probably plan this for |
1 reply
|
I would still like to see this feature implemented, to support a custom form schema. Are there any plans to support this in the future @logaretm ? |
0 replies
|
I am already using that, can create a PR for you to check it. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I would like to use a JSON-Schema for Validation.
How can I intercept the Form-Level-Validation and use for example AJV (https://github.com/ajv-validator/ajv) for Validation and map those errors back into the required errors structure?
Thanks in advance.
All reactions