We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a53a6b commit 7eef7a6Copy full SHA for 7eef7a6
benchmark/validate_json_schema.mjs
@@ -1,6 +1,6 @@
1
import fs from "fs"
2
import readline from "readline"
3
-import addFormats from "@theflashlabs/ajv-formats"
+import addFormats from "../dist/formats/index.js"
4
5
const DRAFTS = {
6
"https://json-schema.org/draft/2020-12/schema": (await import("../dist/2020.js")).Ajv2020,
0 commit comments