Skip to content

Commit 27f8c84

Browse files
authored
Merge pull request #184 from remexre/master
Changes draft06 tests to use draft06 metaschema.
2 parents 583ecf9 + 8fc497e commit 27f8c84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/draft6/definitions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"description": "valid definition",
4-
"schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
4+
"schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
55
"tests": [
66
{
77
"description": "valid definition schema",
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"description": "invalid definition",
19-
"schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
19+
"schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
2020
"tests": [
2121
{
2222
"description": "invalid definition schema",

tests/draft6/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
"description": "remote ref, containing refs itself",
178-
"schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
178+
"schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
179179
"tests": [
180180
{
181181
"description": "remote ref valid",

0 commit comments

Comments
 (0)