summaryrefslogtreecommitdiff
path: root/json/tests/draft6/uniqueItems.json
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-04-25 17:09:24 -0400
committerJulian Berman <Julian@GrayVines.com>2023-04-25 17:09:24 -0400
commit56fd2759e7c5a86d47fe2a9bcb60b8237a43f6d6 (patch)
treec16e531627618e3b33f87a566e0a71204d62323a /json/tests/draft6/uniqueItems.json
parentdc683c3105216f0c3fbfba78815b97f510e434c8 (diff)
parentb695cd7efa3e40fc41721792b4a692436b9eca39 (diff)
downloadjsonschema-56fd2759e7c5a86d47fe2a9bcb60b8237a43f6d6.tar.gz
Merge commit 'b695cd7efa3e40fc41721792b4a692436b9eca39'
* commit 'b695cd7efa3e40fc41721792b4a692436b9eca39': Squashed 'json/' changes from 0788c226a..6afa9b38d
Diffstat (limited to 'json/tests/draft6/uniqueItems.json')
-rw-r--r--json/tests/draft6/uniqueItems.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/json/tests/draft6/uniqueItems.json b/json/tests/draft6/uniqueItems.json
index 2ccf666..d2730c6 100644
--- a/json/tests/draft6/uniqueItems.json
+++ b/json/tests/draft6/uniqueItems.json
@@ -54,6 +54,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}}},