rodriquelca / dunamis-jform

Other
0 stars 1 forks source link

Json Schema Validator #14

Open rodriquelca opened 2 years ago

rodriquelca commented 2 years ago

Add a JSON Schema validator engine review dunamis-jform/editor/src/core/jsonSchemaValidation.ts this s our first attempt to validate the schema and uiSchema we can use this to start our validater engine

add validator button at the footer bar When the user press de button, the form must be validated and we need display the error report in a console component. Create the console log component in order to display the design errors,

form validator