You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ismaelocaramelo, is this necessary? It is the responsibility of app developers to provide the form builder with valid JSON objects that are formatted to function with the forms. If this package tried to correct all the mistakes of developers then this package size would be huge.
Summary
To use the form builder it receives a JSON file. The issue becomes when it's not well formatted.
Intended Outcome
An error output when the JSON is not correct built
How
Apply schema validation with Joi or other schema validation library to make sure it's correct. That's a sanity operation.
The text was updated successfully, but these errors were encountered: