Skip to content

Commit 19a0b46

Browse files
author
Evgeny Poberezkin
authored
Merge pull request #171 from epoberezkin/id
draft-06: $id keyword
2 parents da8b14e + f809e51 commit 19a0b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft6/refRemote.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
{
5353
"description": "change resolution scope",
5454
"schema": {
55-
"id": "http://localhost:1234/",
55+
"$id": "http://localhost:1234/",
5656
"items": {
57-
"id": "folder/",
57+
"$id": "folder/",
5858
"items": {"$ref": "folderInteger.json"}
5959
}
6060
},

0 commit comments

Comments
 (0)