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 fc6cee5 commit e595105Copy full SHA for e595105
tests/draft-next/propertyDependencies.json
@@ -67,6 +67,16 @@
67
"data": {"foo": {}},
68
"valid": true
69
},
70
+ {
71
+ "description": "ignores objects wth a key of the expected value",
72
+ "data": {"foo": {"bar": "baz"}},
73
+ "valid": true
74
+ },
75
76
+ "description": "ignores objects with the expected value nested in structure",
77
+ "data": {"foo": {"baz": "bar"}},
78
79
80
{
81
"description": "ignores arrays",
82
"data": {"foo": []},
0 commit comments