Skip to content

Commit 9423224

Browse files
committed
adding integration test to #41
1 parent bb81ad1 commit 9423224

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"properties" : {
3+
"prop" : {
4+
"type" : "object",
5+
"$ref" : "#/definitions/PropDef"
6+
}
7+
},
8+
"definitions" : {
9+
"PropDef" : {
10+
"required" : ["a", "b"]
11+
}
12+
}
13+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"prop" : {
3+
"a" : 2
4+
}
5+
}

0 commit comments

Comments
 (0)