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?
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?