Skip to content

Commit 7a25f8b

Browse files
jgraettingerJulian
authored andcommitted
Another dependencies test, awaiting backport.
1 parent 24940b2 commit 7a25f8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/draft2019-09/dependencies.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
"description": "object with one property",
5858
"data": {"bar": 2},
5959
"valid": true
60+
},
61+
{
62+
"description": "non-object is valid",
63+
"data": 1,
64+
"valid": true
6065
}
6166
]
6267
},

0 commit comments

Comments
 (0)