Skip to content

Commit cda4281

Browse files
Merge pull request #695 from json-schema-org/ether/clean-up-subSchemas
clean up subSchemas
2 parents 349c5a8 + 7b9f45c commit cda4281

File tree

7 files changed

+6
-49
lines changed

7 files changed

+6
-49
lines changed

remotes/draft-next/subSchemas-defs.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

remotes/draft2019-09/subSchemas-defs.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

remotes/draft2020-12/subSchemas-defs.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

remotes/subSchemas-defs.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

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)