We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c851f commit d52866bCopy full SHA for d52866b
tests/draft2019-09/dependencies.json
@@ -174,31 +174,6 @@
174
}
175
]
176
},
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
194
195
196
- "description": "non-object is valid",
197
- "data": 1,
198
199
200
- ]
201
202
{
203
"description": "dependencies with escaped characters",
204
"schema": {
0 commit comments