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 want to build a rest api which accepts as a parameter a winterfell form schema. I would write this on the backend outside of react. Is there a recommended way to validate the form schema on the backend before I attempt to render on front end? Is there a published JSON schema (http://json-schema.org/) doc I could use to validate the form schema?
The text was updated successfully, but these errors were encountered:
I want to build a rest api which accepts as a parameter a winterfell form schema. I would write this on the backend outside of react. Is there a recommended way to validate the form schema on the backend before I attempt to render on front end? Is there a published JSON schema (http://json-schema.org/) doc I could use to validate the form schema?
The text was updated successfully, but these errors were encountered: