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
I have a dynamically generated nested json that needs to be rendered as form.
For certain edge cases, I get an error:
jsonform.js:3170 Uncaught Error: The JSONForm contains an element that links to an element in the JSON schema (key: "statements") and that should not based on its type ("none")
I have checked the code and I seem to have followed the convention. Wondering what could be wrong.
I have a dynamically generated nested json that needs to be rendered as form.
For certain edge cases, I get an error:
I have checked the code and I seem to have followed the convention. Wondering what could be wrong.
I would also like to propose a enhancement to include anyOf types for validation.
The text was updated successfully, but these errors were encountered: