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 89f9cda commit 1951300Copy full SHA for 1951300
scripts/schema-test-coverage.mjs
@@ -3,6 +3,7 @@ import YAML from "yaml";
3
import { join } from "node:path";
4
import { argv } from "node:process";
5
import "@hyperjump/json-schema/draft-2020-12";
6
+import "@hyperjump/json-schema/draft-04";
7
import { compile, getSchema, interpret, Validation } from "@hyperjump/json-schema/experimental";
8
import * as Instance from "@hyperjump/json-schema/instance/experimental";
9
0 commit comments