import Ajv2020 from "ajv/dist/2020"; provided in the docs it is giving error as schema must be object or boolean as well as by having the schema in my local dir import * as schema from "~/_includes/draft/2020-12/schema.json"; which is giving error as strict mode: unknown keyword: "$dynamicAnchor" but both the cases are giving error.

