summaryrefslogtreecommitdiff
path: root/tests/draft2020-12/uniqueItems.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/draft2020-12/uniqueItems.json')
-rw-r--r--tests/draft2020-12/uniqueItems.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/draft2020-12/uniqueItems.json b/tests/draft2020-12/uniqueItems.json
index 707235c..4ea3bf9 100644
--- a/tests/draft2020-12/uniqueItems.json
+++ b/tests/draft2020-12/uniqueItems.json
@@ -57,6 +57,11 @@
"valid": false
},
{
+ "description": "property order of array of objects is ignored",
+ "data": [{"foo": "bar", "bar": "foo"}, {"bar": "foo", "foo": "bar"}],
+ "valid": false
+ },
+ {
"description": "unique array of nested objects is valid",
"data": [
{"foo": {"bar" : {"baz" : true}}},