-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZSchema required? #26
Comments
then you may just skipped the json schema validation. 2015-10-31 13:31 GMT+08:00 Karl Ward notifications@github.com:
Ulion |
you can use browser's develop console setup break point 2015-10-31 20:09 GMT+08:00 Ulion ulion2002@gmail.com:
Ulion |
Excuse my ignorance, but doesn't jsonform generally validate with the following? ... or is there some zschema-specific implementation?
Thanks for your efforts with jsonform btw. |
no, jsonform does not do the validation work, but it will try to find 2015-11-01 13:36 GMT+08:00 Karl Ward notifications@github.com:
Ulion |
I understand ZSchema-browser supposedly does some json-validation. However, I have disabled this JS file and I can't see any difference. The jsonform still validates successfully on submit. Is it an optional module? I am curious because it does after all weigh in at 80kb+.
The text was updated successfully, but these errors were encountered: