Skip to content

Commit 6409010

Browse files
Stranger6667Julian
authored andcommitted
Apply suggestion
1 parent f37aa47 commit 6409010

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

remotes/locationIndependentIdentifier.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"refToInteger": {
3-
"$ref": "#foo"
4-
},
52
"definitions": {
3+
"refToInteger": {
4+
"$ref": "#foo"
5+
},
66
"A": {
77
"id": "#foo",
88
"type": "integer"

tests/draft2019-09/refRemote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
{
191191
"description": "Location-independent identifier in remote ref",
192192
"schema": {
193-
"$ref": "http://localhost:1234/locationIndependentIdentifier.json#/refToInteger"
193+
"$ref": "http://localhost:1234/locationIndependentIdentifier.json#/definitions/refToInteger"
194194
},
195195
"tests": [
196196
{

tests/draft4/refRemote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
{
172172
"description": "Location-independent identifier in remote ref",
173173
"schema": {
174-
"$ref": "http://localhost:1234/locationIndependentIdentifier.json#/refToInteger"
174+
"$ref": "http://localhost:1234/locationIndependentIdentifier.json#/definitions/refToInteger"
175175
},
176176
"tests": [
177177
{

tests/draft6/refRemote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
{
197197
"description": "Location-independent identifier in remote ref",
198198
"schema": {
199-
"$ref": "http://localhost:1234/locationIndependentIdentifier.json#/refToInteger"
199+
"$ref": "http://localhost:1234/locationIndependentIdentifier.json#/definitions/refToInteger"
200200
},
201201
"tests": [
202202
{

tests/draft7/refRemote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
{
197197
"description": "Location-independent identifier in remote ref",
198198
"schema": {
199-
"$ref": "http://localhost:1234/locationIndependentIdentifier.json#/refToInteger"
199+
"$ref": "http://localhost:1234/locationIndependentIdentifier.json#/definitions/refToInteger"
200200
},
201201
"tests": [
202202
{

0 commit comments

Comments
 (0)