Skip to content

Commit bad9b5a

Browse files
committed
adding failing integ test for #271
1 parent 63d7a1b commit bad9b5a

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

tests/vanilla/src/main/resources/org/everit/json/schema/issues/issue271/remotes/dummy-schema.json

Whitespace-only changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"properties": {
3+
"$id": {
4+
"type": "string"
5+
},
6+
"other": {
7+
"$ref": "http://localhost:1234/dummy-schema.json"
8+
}
9+
}
10+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$id": "id-value"
3+
}

0 commit comments

Comments
 (0)