From f809e516dd7f0c43fc6376ff439b60ea3ce73883 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Tue, 28 Feb 2017 20:09:06 +0000 Subject: [PATCH] draft-06: $id keyword --- tests/draft6/refRemote.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/draft6/refRemote.json b/tests/draft6/refRemote.json index 4ca80473..76e4aaac 100644 --- a/tests/draft6/refRemote.json +++ b/tests/draft6/refRemote.json @@ -52,9 +52,9 @@ { "description": "change resolution scope", "schema": { - "id": "http://localhost:1234/", + "$id": "http://localhost:1234/", "items": { - "id": "folder/", + "$id": "folder/", "items": {"$ref": "folderInteger.json"} } },