Add support for JSON Schema library #274
yogeshvachhani
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
This looks like it highlights a few possible improvements to the doctype spec, which could then be further integrated into builder native forms. |
Beta Was this translation helpful? Give feedback.
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.
-
I have been using this in another platform and from my experience can say that it is a very powerful library with easy to setup and use features.
https://json-schema.org/
It allow one to build interactive forms and also validate them.
The forms are constructed in a fashion Frappe developers are familiar with.
Here is a sample...
Here is how the form is rendered on screen

If you observed the JSON code you will find it similar to what we use for building modals/forms in Frappe!
Please let me know you inputs on this idea.
Beta Was this translation helpful? Give feedback.
All reactions