Skip to content

Commit

Permalink
Merge pull request #695 from json-schema-org/ether/clean-up-subSchemas
Browse files Browse the repository at this point in the history
clean up subSchemas
  • Loading branch information
karenetheridge authored Oct 23, 2023
2 parents 349c5a8 + 7b9f45c commit cda4281
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 49 deletions.
11 changes: 0 additions & 11 deletions remotes/draft-next/subSchemas-defs.json

This file was deleted.

11 changes: 0 additions & 11 deletions remotes/draft2019-09/subSchemas-defs.json

This file was deleted.

11 changes: 0 additions & 11 deletions remotes/draft2020-12/subSchemas-defs.json

This file was deleted.

10 changes: 0 additions & 10 deletions remotes/subSchemas-defs.json

This file was deleted.

4 changes: 2 additions & 2 deletions tests/draft-next/refRemote.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"description": "fragment within remote ref",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$ref": "http://localhost:1234/draft-next/subSchemas-defs.json#/$defs/integer"
"$ref": "http://localhost:1234/draft-next/subSchemas.json#/$defs/integer"
},
"tests": [
{
Expand Down Expand Up @@ -60,7 +60,7 @@
"description": "ref within remote ref",
"schema": {
"$schema": "https://json-schema.org/draft/next/schema",
"$ref": "http://localhost:1234/draft-next/subSchemas-defs.json#/$defs/refToInteger"
"$ref": "http://localhost:1234/draft-next/subSchemas.json#/$defs/refToInteger"
},
"tests": [
{
Expand Down
4 changes: 2 additions & 2 deletions tests/draft2019-09/refRemote.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"description": "fragment within remote ref",
"schema": {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$ref": "http://localhost:1234/draft2019-09/subSchemas-defs.json#/$defs/integer"
"$ref": "http://localhost:1234/draft2019-09/subSchemas.json#/$defs/integer"
},
"tests": [
{
Expand Down Expand Up @@ -60,7 +60,7 @@
"description": "ref within remote ref",
"schema": {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$ref": "http://localhost:1234/draft2019-09/subSchemas-defs.json#/$defs/refToInteger"
"$ref": "http://localhost:1234/draft2019-09/subSchemas.json#/$defs/refToInteger"
},
"tests": [
{
Expand Down
4 changes: 2 additions & 2 deletions tests/draft2020-12/refRemote.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"description": "fragment within remote ref",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$ref": "http://localhost:1234/draft2020-12/subSchemas-defs.json#/$defs/integer"
"$ref": "http://localhost:1234/draft2020-12/subSchemas.json#/$defs/integer"
},
"tests": [
{
Expand Down Expand Up @@ -60,7 +60,7 @@
"description": "ref within remote ref",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$ref": "http://localhost:1234/draft2020-12/subSchemas-defs.json#/$defs/refToInteger"
"$ref": "http://localhost:1234/draft2020-12/subSchemas.json#/$defs/refToInteger"
},
"tests": [
{
Expand Down

0 comments on commit cda4281

Please sign in to comment.