Skip to content

Commit

Permalink
move subSchemas-defs.json to subSchemas.json
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Oct 23, 2023
1 parent e41ec0e commit 7b9f45c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 7b9f45c

Please sign in to comment.