Skip to content

Commit 37569b1

Browse files
author
Matti Hansson
committed
issue #307 - made test compatible with draft4
1 parent e308730 commit 37569b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/draft4/oneOf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,14 @@
165165
"oneOf": [
166166
{
167167
"properties": {
168-
"bar": true,
169-
"baz": true
168+
"bar": {},
169+
"baz": {}
170170
},
171171
"required": ["bar"]
172172
},
173173
{
174174
"properties": {
175-
"foo": true
175+
"foo": {}
176176
},
177177
"required": ["foo"]
178178
}

0 commit comments

Comments
 (0)