Skip to content

Commit 22cc738

Browse files
committed
changing testcase for #206 so that it passes
1 parent df28085 commit 22cc738

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/src/test/resources/org/everit/json/schema/issues/issue206/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "object",
33
"properties": {
44
"reference": {
5-
"$ref": "/example.json#/definitions/Example"
5+
"$ref": "example.json#/definitions/Example"
66
}
77
}
88
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"resolutionScope": "http://localhost:1234/references/"
3+
}

0 commit comments

Comments
 (0)