Skip to content

Commit

Permalink
test: update JSON-Schema-Test-Suite to 2023-10-23 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Oct 26, 2023
1 parent ed672c1 commit d0cbcb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions test/util/schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const remotes = [
'draft-next/nested/foo-ref-string',
'draft-next/nested/string',
'draft-next/ref-and-defs',
'draft-next/subSchemas-defs',
'draft-next/subSchemas',
'draft-next/tree',
'draft2019-09/baseUriChange/folderInteger',
'draft2019-09/baseUriChangeFolder/folderInteger',
Expand All @@ -109,7 +109,7 @@ const remotes = [
'draft2019-09/nested/foo-ref-string',
'draft2019-09/nested/string',
'draft2019-09/ref-and-defs',
'draft2019-09/subSchemas-defs',
'draft2019-09/subSchemas',
'draft2020-12/baseUriChange/folderInteger',
'draft2020-12/baseUriChangeFolder/folderInteger',
'draft2020-12/baseUriChangeFolderInSubschema/folderInteger',
Expand All @@ -126,7 +126,7 @@ const remotes = [
'draft2020-12/nested/string',
'draft2020-12/prefixItems',
'draft2020-12/ref-and-defs',
'draft2020-12/subSchemas-defs',
'draft2020-12/subSchemas',
'draft2020-12/tree',
'draft6/detached-ref',
'draft7/detached-ref',
Expand All @@ -143,7 +143,6 @@ const remotes = [
'ref-and-definitions',
'ref-and-defs',
'subSchemas',
'subSchemas-defs',
'tree',
].map((name) =>
loadSchema('JSON-Schema-Test-Suite/remotes', 'http://localhost:1234', name, '.json')
Expand Down

0 comments on commit d0cbcb9

Please sign in to comment.