Skip to content

Commit 81f2ac0

Browse files
committed
Give the nested ref schema a clearer name, and fix refs to it.
1 parent e9db2e5 commit 81f2ac0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tests/draft2019-09/refRemote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"schema": {
211211
"$id": "http://localhost:1234/",
212212
"properties": {
213-
"name": {"$ref": "folder/subSchemaNestedRef.json"}
213+
"name": {"$ref": "nested/foo-ref-integer.json"}
214214
}
215215
},
216216
"tests": [

tests/draft6/refRemote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"schema": {
217217
"$id": "http://localhost:1234/",
218218
"properties": {
219-
"name": {"$ref": "folder/subSchemaNestedRef.json"}
219+
"name": {"$ref": "nested/foo-ref-integer.json"}
220220
}
221221
},
222222
"tests": [

tests/draft7/refRemote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"schema": {
217217
"$id": "http://localhost:1234/",
218218
"properties": {
219-
"name": {"$ref": "folder/subSchemaNestedRef.json"}
219+
"name": {"$ref": "nested/foo-ref-integer.json"}
220220
}
221221
},
222222
"tests": [

0 commit comments

Comments
 (0)