Skip to content

Commit 7b9f45c

Browse files
move subSchemas-defs.json to subSchemas.json
1 parent e41ec0e commit 7b9f45c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/draft-next/refRemote.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"description": "fragment within remote ref",
2323
"schema": {
2424
"$schema": "https://json-schema.org/draft/next/schema",
25-
"$ref": "http://localhost:1234/draft-next/subSchemas-defs.json#/$defs/integer"
25+
"$ref": "http://localhost:1234/draft-next/subSchemas.json#/$defs/integer"
2626
},
2727
"tests": [
2828
{
@@ -60,7 +60,7 @@
6060
"description": "ref within remote ref",
6161
"schema": {
6262
"$schema": "https://json-schema.org/draft/next/schema",
63-
"$ref": "http://localhost:1234/draft-next/subSchemas-defs.json#/$defs/refToInteger"
63+
"$ref": "http://localhost:1234/draft-next/subSchemas.json#/$defs/refToInteger"
6464
},
6565
"tests": [
6666
{

tests/draft2019-09/refRemote.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"description": "fragment within remote ref",
2323
"schema": {
2424
"$schema": "https://json-schema.org/draft/2019-09/schema",
25-
"$ref": "http://localhost:1234/draft2019-09/subSchemas-defs.json#/$defs/integer"
25+
"$ref": "http://localhost:1234/draft2019-09/subSchemas.json#/$defs/integer"
2626
},
2727
"tests": [
2828
{
@@ -60,7 +60,7 @@
6060
"description": "ref within remote ref",
6161
"schema": {
6262
"$schema": "https://json-schema.org/draft/2019-09/schema",
63-
"$ref": "http://localhost:1234/draft2019-09/subSchemas-defs.json#/$defs/refToInteger"
63+
"$ref": "http://localhost:1234/draft2019-09/subSchemas.json#/$defs/refToInteger"
6464
},
6565
"tests": [
6666
{

tests/draft2020-12/refRemote.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"description": "fragment within remote ref",
2323
"schema": {
2424
"$schema": "https://json-schema.org/draft/2020-12/schema",
25-
"$ref": "http://localhost:1234/draft2020-12/subSchemas-defs.json#/$defs/integer"
25+
"$ref": "http://localhost:1234/draft2020-12/subSchemas.json#/$defs/integer"
2626
},
2727
"tests": [
2828
{
@@ -60,7 +60,7 @@
6060
"description": "ref within remote ref",
6161
"schema": {
6262
"$schema": "https://json-schema.org/draft/2020-12/schema",
63-
"$ref": "http://localhost:1234/draft2020-12/subSchemas-defs.json#/$defs/refToInteger"
63+
"$ref": "http://localhost:1234/draft2020-12/subSchemas.json#/$defs/refToInteger"
6464
},
6565
"tests": [
6666
{

0 commit comments

Comments
 (0)