Skip to content

Commit d52866b

Browse files
jgraettingerJulian
authored andcommitted
This test duplicates 'dependentRequired with empty array'
1 parent f7c851f commit d52866b

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

tests/draft2019-09/dependencies.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -174,31 +174,6 @@
174174
}
175175
]
176176
},
177-
{
178-
"description": "empty array of dependentRequired",
179-
"schema": {
180-
"dependencies": {
181-
"foo": []
182-
}
183-
},
184-
"tests": [
185-
{
186-
"description": "object with property is valid",
187-
"data": { "foo": 1 },
188-
"valid": true
189-
},
190-
{
191-
"description": "empty object is valid",
192-
"data": {},
193-
"valid": true
194-
},
195-
{
196-
"description": "non-object is valid",
197-
"data": 1,
198-
"valid": true
199-
}
200-
]
201-
},
202177
{
203178
"description": "dependencies with escaped characters",
204179
"schema": {

0 commit comments

Comments
 (0)