File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ import { Pointer } from 'typebox/value'
66// ------------------------------------------------------------------
77// Drafts
88// ------------------------------------------------------------------
9- // run('draft-3', 'test/jsonschema/cases/draft3')
10- // run('draft-4', 'test/jsonschema/cases/draft4')
11- // run('draft-6', 'test/jsonschema/cases/draft6')
12- // run('draft-7', 'test/jsonschema/cases/draft7')
13- // run('draft-2019', 'test/jsonschema/cases/draft2019-09')
9+ run ( 'draft-3' , 'test/jsonschema/cases/draft3' )
10+ run ( 'draft-4' , 'test/jsonschema/cases/draft4' )
11+ run ( 'draft-6' , 'test/jsonschema/cases/draft6' )
12+ run ( 'draft-7' , 'test/jsonschema/cases/draft7' )
13+ run ( 'draft-2019' , 'test/jsonschema/cases/draft2019-09' )
1414run ( 'draft-2020' , 'test/jsonschema/cases/draft2020-12' )
15- // run('v1', 'test/jsonschema/cases/v1')
15+ run ( 'v1' , 'test/jsonschema/cases/v1' )
1616
1717// ------------------------------------------------------------------
1818// Run
You can’t perform that action at this time.
0 commit comments