summaryrefslogtreecommitdiff
path: root/json/tests/draft6/dependencies.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft6/dependencies.json')
-rw-r--r--json/tests/draft6/dependencies.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/json/tests/draft6/dependencies.json b/json/tests/draft6/dependencies.json
index a9b3334..80e552f 100644
--- a/json/tests/draft6/dependencies.json
+++ b/json/tests/draft6/dependencies.json
@@ -26,8 +26,18 @@
"valid": false
},
{
- "description": "ignores non-objects",
- "data": "foo",
+ "description": "ignores arrays",
+ "data": ["bar"],
+ "valid": true
+ },
+ {
+ "description": "ignores strings",
+ "data": "foobar",
+ "valid": true
+ },
+ {
+ "description": "ignores other non-objects",
+ "data": 12,
"valid": true
}
]