[INFRA-420] | Anoop | Add missing file
This commit is contained in:
7
src/ajv/CustomAjv.ts
Normal file
7
src/ajv/CustomAjv.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createAjv } from "@jsonforms/core";
|
||||
const customAjv = (() => {
|
||||
console.log("Creating custom ajv for jsonforms")
|
||||
return createAjv({useDefaults: true})
|
||||
})()
|
||||
|
||||
export default customAjv
|
||||
Reference in New Issue
Block a user