Skip to content

Commit 2313628

Browse files
committed
adding reproduction testcase for issue #57
1 parent d5847b0 commit 2313628

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type":"object",
3+
"$schema": "http://json-schema.org/draft-04/schema",
4+
"required": ["one"],
5+
"properties":{
6+
"one": {
7+
"type":"string",
8+
"id": "http://example.com/one"
9+
}
10+
}
11+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"one":"1"}

0 commit comments

Comments
 (0)