File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 validate
88} from "@hyperjump/json-schema/draft-2020-12" ;
99import "@hyperjump/json-schema/draft-2019-09" ;
10- import "@hyperjump/json-schema/draft-07" ;
11- import "@hyperjump/json-schema/draft-06" ;
1210import "@hyperjump/json-schema/formats" ;
1311import { BASIC } from "@hyperjump/json-schema/experimental" ;
1412import { jsonSchemaErrors } from "../src/index.js" ;
@@ -184,6 +182,6 @@ const getMessage = await (async function () {
184182
185183runTests ( "https://json-schema.org/draft/2020-12/schema" , 2020 ) ;
186184runTests ( "https://json-schema.org/draft/2019-09/schema" , 2019 ) ;
187- runTests ( "http://json-schema.org/draft-07/schema" , 7 ) ;
188- runTests ( "http://json-schema.org/draft-06/schema" , 6 ) ;
185+ // runTests("http://json-schema.org/draft-07/schema", 7);
186+ // runTests("http://json-schema.org/draft-06/schema", 6);
189187// runTests("http://json-schema.org/draft-04/schema", 4);
You can’t perform that action at this time.
0 commit comments