JMap.Form.checkAndCorrectSchemas
Checks if the schemas are valid, corrects them when possible, throws for non-repairable errors
form data schema
form ui schema
const schema = ...const uiSchema = ...// checks the schemas, corrects them when possible, throws for non-repairable errorsJMap.Form.checkAndCorrectSchemas(schema, uiSchema) Copy
const schema = ...const uiSchema = ...// checks the schemas, corrects them when possible, throws for non-repairable errorsJMap.Form.checkAndCorrectSchemas(schema, uiSchema)
JMap.Form.checkAndCorrectSchemas
Checks if the schemas are valid, corrects them when possible, throws for non-repairable errors