Skip to content

Commit 7415096

Browse files
author
Ville Räsänen
committed
correcting $ref value in issue 206 test case
1 parent e096591 commit 7415096

File tree

1 file changed

+1
-1
lines changed
  • tests/src/test/resources/org/everit/json/schema/issues/issue206

1 file changed

+1
-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": "/references/example.json#/definitions/Example"
5+
"$ref": "/example.json#/definitions/Example"
66
}
77
}
88
}

0 commit comments

Comments
 (0)