summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-08-04 11:02:56 -0400
committerJulian Berman <Julian@GrayVines.com>2019-08-04 11:02:56 -0400
commitdb99b742c83b2429cdae50eecbdebcf932c78d64 (patch)
tree258288edeb4f29b1357cb53411d07be6bd2636c7 /json
parenta7b18aefbd7b8607462d7d28008be2f5f9dd11b6 (diff)
parent7bc5f9a1a71cdb3daae7d2f5ea489378eaab104f (diff)
downloadjsonschema-db99b742c83b2429cdae50eecbdebcf932c78d64.tar.gz
Merge commit '7bc5f9a1a71cdb3daae7d2f5ea489378eaab104f'
* commit '7bc5f9a1a71cdb3daae7d2f5ea489378eaab104f': Squashed 'json/' changes from 94a35867..e2f566f6
Diffstat (limited to 'json')
-rw-r--r--json/README.md11
-rw-r--r--json/tests/draft2019-08/additionalItems.json (renamed from json/tests/draft2019-06/additionalItems.json)0
-rw-r--r--json/tests/draft2019-08/additionalProperties.json (renamed from json/tests/draft2019-06/additionalProperties.json)0
-rw-r--r--json/tests/draft2019-08/allOf.json (renamed from json/tests/draft2019-06/allOf.json)0
-rw-r--r--json/tests/draft2019-08/anyOf.json (renamed from json/tests/draft2019-06/anyOf.json)0
-rw-r--r--json/tests/draft2019-08/boolean_schema.json (renamed from json/tests/draft2019-06/boolean_schema.json)0
-rw-r--r--json/tests/draft2019-08/const.json (renamed from json/tests/draft2019-06/const.json)0
-rw-r--r--json/tests/draft2019-08/contains.json (renamed from json/tests/draft2019-06/contains.json)0
-rw-r--r--json/tests/draft2019-08/default.json (renamed from json/tests/draft2019-06/default.json)0
-rw-r--r--json/tests/draft2019-08/defs.json (renamed from json/tests/draft2019-06/defs.json)0
-rw-r--r--json/tests/draft2019-08/dependencies.json (renamed from json/tests/draft2019-06/dependencies.json)0
-rw-r--r--json/tests/draft2019-08/enum.json (renamed from json/tests/draft2019-06/enum.json)0
-rw-r--r--json/tests/draft2019-08/exclusiveMaximum.json (renamed from json/tests/draft2019-06/exclusiveMaximum.json)0
-rw-r--r--json/tests/draft2019-08/exclusiveMinimum.json (renamed from json/tests/draft2019-06/exclusiveMinimum.json)0
-rw-r--r--json/tests/draft2019-08/if-then-else.json (renamed from json/tests/draft2019-06/if-then-else.json)0
-rw-r--r--json/tests/draft2019-08/items.json (renamed from json/tests/draft2019-06/items.json)0
-rw-r--r--json/tests/draft2019-08/maxItems.json (renamed from json/tests/draft2019-06/maxItems.json)0
-rw-r--r--json/tests/draft2019-08/maxLength.json (renamed from json/tests/draft2019-06/maxLength.json)0
-rw-r--r--json/tests/draft2019-08/maxProperties.json (renamed from json/tests/draft2019-06/maxProperties.json)0
-rw-r--r--json/tests/draft2019-08/maximum.json (renamed from json/tests/draft2019-06/maximum.json)0
-rw-r--r--json/tests/draft2019-08/minItems.json (renamed from json/tests/draft2019-06/minItems.json)0
-rw-r--r--json/tests/draft2019-08/minLength.json (renamed from json/tests/draft2019-06/minLength.json)0
-rw-r--r--json/tests/draft2019-08/minProperties.json (renamed from json/tests/draft2019-06/minProperties.json)0
-rw-r--r--json/tests/draft2019-08/minimum.json (renamed from json/tests/draft2019-06/minimum.json)0
-rw-r--r--json/tests/draft2019-08/multipleOf.json (renamed from json/tests/draft2019-06/multipleOf.json)0
-rw-r--r--json/tests/draft2019-08/not.json (renamed from json/tests/draft2019-06/not.json)0
-rw-r--r--json/tests/draft2019-08/oneOf.json (renamed from json/tests/draft2019-06/oneOf.json)0
-rw-r--r--json/tests/draft2019-08/optional/bignum.json (renamed from json/tests/draft2019-06/optional/bignum.json)0
-rw-r--r--json/tests/draft2019-08/optional/content.json (renamed from json/tests/draft2019-06/optional/content.json)0
-rw-r--r--json/tests/draft2019-08/optional/ecmascript-regex.json (renamed from json/tests/draft2019-06/optional/ecmascript-regex.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/date-time.json (renamed from json/tests/draft2019-06/optional/format/date-time.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/date.json (renamed from json/tests/draft2019-06/optional/format/date.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/email.json (renamed from json/tests/draft2019-06/optional/format/email.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/hostname.json (renamed from json/tests/draft2019-06/optional/format/hostname.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/idn-email.json (renamed from json/tests/draft2019-06/optional/format/idn-email.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/idn-hostname.json (renamed from json/tests/draft2019-06/optional/format/idn-hostname.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/ipv4.json (renamed from json/tests/draft2019-06/optional/format/ipv4.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/ipv6.json (renamed from json/tests/draft2019-06/optional/format/ipv6.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/iri-reference.json (renamed from json/tests/draft2019-06/optional/format/iri-reference.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/iri.json (renamed from json/tests/draft2019-06/optional/format/iri.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/json-pointer.json (renamed from json/tests/draft2019-06/optional/format/json-pointer.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/regex.json (renamed from json/tests/draft2019-06/optional/format/regex.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/relative-json-pointer.json (renamed from json/tests/draft2019-06/optional/format/relative-json-pointer.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/time.json (renamed from json/tests/draft2019-06/optional/format/time.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/uri-reference.json (renamed from json/tests/draft2019-06/optional/format/uri-reference.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/uri-template.json (renamed from json/tests/draft2019-06/optional/format/uri-template.json)0
-rw-r--r--json/tests/draft2019-08/optional/format/uri.json (renamed from json/tests/draft2019-06/optional/format/uri.json)0
-rw-r--r--json/tests/draft2019-08/optional/zeroTerminatedFloats.json (renamed from json/tests/draft2019-06/optional/zeroTerminatedFloats.json)0
-rw-r--r--json/tests/draft2019-08/pattern.json (renamed from json/tests/draft2019-06/pattern.json)0
-rw-r--r--json/tests/draft2019-08/patternProperties.json (renamed from json/tests/draft2019-06/patternProperties.json)0
-rw-r--r--json/tests/draft2019-08/properties.json (renamed from json/tests/draft2019-06/properties.json)0
-rw-r--r--json/tests/draft2019-08/propertyNames.json (renamed from json/tests/draft2019-06/propertyNames.json)0
-rw-r--r--json/tests/draft2019-08/ref.json (renamed from json/tests/draft2019-06/ref.json)0
-rw-r--r--json/tests/draft2019-08/refRemote.json (renamed from json/tests/draft2019-06/refRemote.json)0
-rw-r--r--json/tests/draft2019-08/required.json (renamed from json/tests/draft2019-06/required.json)0
-rw-r--r--json/tests/draft2019-08/type.json (renamed from json/tests/draft2019-06/type.json)0
-rw-r--r--json/tests/draft2019-08/uniqueItems.json (renamed from json/tests/draft2019-06/uniqueItems.json)0
57 files changed, 6 insertions, 5 deletions
diff --git a/json/README.md b/json/README.md
index 186a767..1145f43 100644
--- a/json/README.md
+++ b/json/README.md
@@ -127,11 +127,12 @@ This suite is being used by:
### Node.js ###
-The JSON Schema Test Suite is also available as an
-[npm](https://www.npmjs.com/package/json-schema-test-suite) package.
-Node-specific support is maintained on the [node branch](https://github.com/json-schema-org/JSON-Schema-Test-Suite/tree/node).
-See [NODE-README.md](https://github.com/json-schema-org/JSON-Schema-Test-Suite/blob/node/NODE-README.md)
-for more information.
+For node.js developers, the suite is also available as an
+[npm](https://www.npmjs.com/package/@json-schema-org/tests) package.
+
+Node-specific support is maintained in a [separate
+repository](https://github.com/json-schema-org/json-schema-test-suite-npm)
+which also welcomes your contributions!
### .NET ###
diff --git a/json/tests/draft2019-06/additionalItems.json b/json/tests/draft2019-08/additionalItems.json
index abecc57..abecc57 100644
--- a/json/tests/draft2019-06/additionalItems.json
+++ b/json/tests/draft2019-08/additionalItems.json
diff --git a/json/tests/draft2019-06/additionalProperties.json b/json/tests/draft2019-08/additionalProperties.json
index ffeac6b..ffeac6b 100644
--- a/json/tests/draft2019-06/additionalProperties.json
+++ b/json/tests/draft2019-08/additionalProperties.json
diff --git a/json/tests/draft2019-06/allOf.json b/json/tests/draft2019-08/allOf.json
index eb61209..eb61209 100644
--- a/json/tests/draft2019-06/allOf.json
+++ b/json/tests/draft2019-08/allOf.json
diff --git a/json/tests/draft2019-06/anyOf.json b/json/tests/draft2019-08/anyOf.json
index ab5eb38..ab5eb38 100644
--- a/json/tests/draft2019-06/anyOf.json
+++ b/json/tests/draft2019-08/anyOf.json
diff --git a/json/tests/draft2019-06/boolean_schema.json b/json/tests/draft2019-08/boolean_schema.json
index 6d40f23..6d40f23 100644
--- a/json/tests/draft2019-06/boolean_schema.json
+++ b/json/tests/draft2019-08/boolean_schema.json
diff --git a/json/tests/draft2019-06/const.json b/json/tests/draft2019-08/const.json
index c089625..c089625 100644
--- a/json/tests/draft2019-06/const.json
+++ b/json/tests/draft2019-08/const.json
diff --git a/json/tests/draft2019-06/contains.json b/json/tests/draft2019-08/contains.json
index b7ae5a2..b7ae5a2 100644
--- a/json/tests/draft2019-06/contains.json
+++ b/json/tests/draft2019-08/contains.json
diff --git a/json/tests/draft2019-06/default.json b/json/tests/draft2019-08/default.json
index 1762977..1762977 100644
--- a/json/tests/draft2019-06/default.json
+++ b/json/tests/draft2019-08/default.json
diff --git a/json/tests/draft2019-06/defs.json b/json/tests/draft2019-08/defs.json
index e3c298d..e3c298d 100644
--- a/json/tests/draft2019-06/defs.json
+++ b/json/tests/draft2019-08/defs.json
diff --git a/json/tests/draft2019-06/dependencies.json b/json/tests/draft2019-08/dependencies.json
index 8dd78aa..8dd78aa 100644
--- a/json/tests/draft2019-06/dependencies.json
+++ b/json/tests/draft2019-08/dependencies.json
diff --git a/json/tests/draft2019-06/enum.json b/json/tests/draft2019-08/enum.json
index 32d7902..32d7902 100644
--- a/json/tests/draft2019-06/enum.json
+++ b/json/tests/draft2019-08/enum.json
diff --git a/json/tests/draft2019-06/exclusiveMaximum.json b/json/tests/draft2019-08/exclusiveMaximum.json
index dc3cd70..dc3cd70 100644
--- a/json/tests/draft2019-06/exclusiveMaximum.json
+++ b/json/tests/draft2019-08/exclusiveMaximum.json
diff --git a/json/tests/draft2019-06/exclusiveMinimum.json b/json/tests/draft2019-08/exclusiveMinimum.json
index b38d7ec..b38d7ec 100644
--- a/json/tests/draft2019-06/exclusiveMinimum.json
+++ b/json/tests/draft2019-08/exclusiveMinimum.json
diff --git a/json/tests/draft2019-06/if-then-else.json b/json/tests/draft2019-08/if-then-else.json
index be73281..be73281 100644
--- a/json/tests/draft2019-06/if-then-else.json
+++ b/json/tests/draft2019-08/if-then-else.json
diff --git a/json/tests/draft2019-06/items.json b/json/tests/draft2019-08/items.json
index 6e98ee8..6e98ee8 100644
--- a/json/tests/draft2019-06/items.json
+++ b/json/tests/draft2019-08/items.json
diff --git a/json/tests/draft2019-06/maxItems.json b/json/tests/draft2019-08/maxItems.json
index 3b53a6b..3b53a6b 100644
--- a/json/tests/draft2019-06/maxItems.json
+++ b/json/tests/draft2019-08/maxItems.json
diff --git a/json/tests/draft2019-06/maxLength.json b/json/tests/draft2019-08/maxLength.json
index 811d35b..811d35b 100644
--- a/json/tests/draft2019-06/maxLength.json
+++ b/json/tests/draft2019-08/maxLength.json
diff --git a/json/tests/draft2019-06/maxProperties.json b/json/tests/draft2019-08/maxProperties.json
index 513731e..513731e 100644
--- a/json/tests/draft2019-06/maxProperties.json
+++ b/json/tests/draft2019-08/maxProperties.json
diff --git a/json/tests/draft2019-06/maximum.json b/json/tests/draft2019-08/maximum.json
index 8150984..8150984 100644
--- a/json/tests/draft2019-06/maximum.json
+++ b/json/tests/draft2019-08/maximum.json
diff --git a/json/tests/draft2019-06/minItems.json b/json/tests/draft2019-08/minItems.json
index ed51188..ed51188 100644
--- a/json/tests/draft2019-06/minItems.json
+++ b/json/tests/draft2019-08/minItems.json
diff --git a/json/tests/draft2019-06/minLength.json b/json/tests/draft2019-08/minLength.json
index 3f09158..3f09158 100644
--- a/json/tests/draft2019-06/minLength.json
+++ b/json/tests/draft2019-08/minLength.json
diff --git a/json/tests/draft2019-06/minProperties.json b/json/tests/draft2019-08/minProperties.json
index 49a0726..49a0726 100644
--- a/json/tests/draft2019-06/minProperties.json
+++ b/json/tests/draft2019-08/minProperties.json
diff --git a/json/tests/draft2019-06/minimum.json b/json/tests/draft2019-08/minimum.json
index 2a9c42b..2a9c42b 100644
--- a/json/tests/draft2019-06/minimum.json
+++ b/json/tests/draft2019-08/minimum.json
diff --git a/json/tests/draft2019-06/multipleOf.json b/json/tests/draft2019-08/multipleOf.json
index ca3b761..ca3b761 100644
--- a/json/tests/draft2019-06/multipleOf.json
+++ b/json/tests/draft2019-08/multipleOf.json
diff --git a/json/tests/draft2019-06/not.json b/json/tests/draft2019-08/not.json
index 98de0ed..98de0ed 100644
--- a/json/tests/draft2019-06/not.json
+++ b/json/tests/draft2019-08/not.json
diff --git a/json/tests/draft2019-06/oneOf.json b/json/tests/draft2019-08/oneOf.json
index 57640b7..57640b7 100644
--- a/json/tests/draft2019-06/oneOf.json
+++ b/json/tests/draft2019-08/oneOf.json
diff --git a/json/tests/draft2019-06/optional/bignum.json b/json/tests/draft2019-08/optional/bignum.json
index fac275e..fac275e 100644
--- a/json/tests/draft2019-06/optional/bignum.json
+++ b/json/tests/draft2019-08/optional/bignum.json
diff --git a/json/tests/draft2019-06/optional/content.json b/json/tests/draft2019-08/optional/content.json
index 3f5a743..3f5a743 100644
--- a/json/tests/draft2019-06/optional/content.json
+++ b/json/tests/draft2019-08/optional/content.json
diff --git a/json/tests/draft2019-06/optional/ecmascript-regex.json b/json/tests/draft2019-08/optional/ecmascript-regex.json
index 08dc936..08dc936 100644
--- a/json/tests/draft2019-06/optional/ecmascript-regex.json
+++ b/json/tests/draft2019-08/optional/ecmascript-regex.json
diff --git a/json/tests/draft2019-06/optional/format/date-time.json b/json/tests/draft2019-08/optional/format/date-time.json
index dfccee6..dfccee6 100644
--- a/json/tests/draft2019-06/optional/format/date-time.json
+++ b/json/tests/draft2019-08/optional/format/date-time.json
diff --git a/json/tests/draft2019-06/optional/format/date.json b/json/tests/draft2019-08/optional/format/date.json
index cd23baa..cd23baa 100644
--- a/json/tests/draft2019-06/optional/format/date.json
+++ b/json/tests/draft2019-08/optional/format/date.json
diff --git a/json/tests/draft2019-06/optional/format/email.json b/json/tests/draft2019-08/optional/format/email.json
index c837c84..c837c84 100644
--- a/json/tests/draft2019-06/optional/format/email.json
+++ b/json/tests/draft2019-08/optional/format/email.json
diff --git a/json/tests/draft2019-06/optional/format/hostname.json b/json/tests/draft2019-08/optional/format/hostname.json
index d22e57d..d22e57d 100644
--- a/json/tests/draft2019-06/optional/format/hostname.json
+++ b/json/tests/draft2019-08/optional/format/hostname.json
diff --git a/json/tests/draft2019-06/optional/format/idn-email.json b/json/tests/draft2019-08/optional/format/idn-email.json
index 637409e..637409e 100644
--- a/json/tests/draft2019-06/optional/format/idn-email.json
+++ b/json/tests/draft2019-08/optional/format/idn-email.json
diff --git a/json/tests/draft2019-06/optional/format/idn-hostname.json b/json/tests/draft2019-08/optional/format/idn-hostname.json
index 3291820..3291820 100644
--- a/json/tests/draft2019-06/optional/format/idn-hostname.json
+++ b/json/tests/draft2019-08/optional/format/idn-hostname.json
diff --git a/json/tests/draft2019-06/optional/format/ipv4.json b/json/tests/draft2019-08/optional/format/ipv4.json
index 661148a..661148a 100644
--- a/json/tests/draft2019-06/optional/format/ipv4.json
+++ b/json/tests/draft2019-08/optional/format/ipv4.json
diff --git a/json/tests/draft2019-06/optional/format/ipv6.json b/json/tests/draft2019-08/optional/format/ipv6.json
index f67559b..f67559b 100644
--- a/json/tests/draft2019-06/optional/format/ipv6.json
+++ b/json/tests/draft2019-08/optional/format/ipv6.json
diff --git a/json/tests/draft2019-06/optional/format/iri-reference.json b/json/tests/draft2019-08/optional/format/iri-reference.json
index 1fd779c..1fd779c 100644
--- a/json/tests/draft2019-06/optional/format/iri-reference.json
+++ b/json/tests/draft2019-08/optional/format/iri-reference.json
diff --git a/json/tests/draft2019-06/optional/format/iri.json b/json/tests/draft2019-08/optional/format/iri.json
index ed54094..ed54094 100644
--- a/json/tests/draft2019-06/optional/format/iri.json
+++ b/json/tests/draft2019-08/optional/format/iri.json
diff --git a/json/tests/draft2019-06/optional/format/json-pointer.json b/json/tests/draft2019-08/optional/format/json-pointer.json
index 65c2f06..65c2f06 100644
--- a/json/tests/draft2019-06/optional/format/json-pointer.json
+++ b/json/tests/draft2019-08/optional/format/json-pointer.json
diff --git a/json/tests/draft2019-06/optional/format/regex.json b/json/tests/draft2019-08/optional/format/regex.json
index d99d021..d99d021 100644
--- a/json/tests/draft2019-06/optional/format/regex.json
+++ b/json/tests/draft2019-08/optional/format/regex.json
diff --git a/json/tests/draft2019-06/optional/format/relative-json-pointer.json b/json/tests/draft2019-08/optional/format/relative-json-pointer.json
index ceeb743..ceeb743 100644
--- a/json/tests/draft2019-06/optional/format/relative-json-pointer.json
+++ b/json/tests/draft2019-08/optional/format/relative-json-pointer.json
diff --git a/json/tests/draft2019-06/optional/format/time.json b/json/tests/draft2019-08/optional/format/time.json
index 4ec8a01..4ec8a01 100644
--- a/json/tests/draft2019-06/optional/format/time.json
+++ b/json/tests/draft2019-08/optional/format/time.json
diff --git a/json/tests/draft2019-06/optional/format/uri-reference.json b/json/tests/draft2019-08/optional/format/uri-reference.json
index e4c9eef..e4c9eef 100644
--- a/json/tests/draft2019-06/optional/format/uri-reference.json
+++ b/json/tests/draft2019-08/optional/format/uri-reference.json
diff --git a/json/tests/draft2019-06/optional/format/uri-template.json b/json/tests/draft2019-08/optional/format/uri-template.json
index d8396a5..d8396a5 100644
--- a/json/tests/draft2019-06/optional/format/uri-template.json
+++ b/json/tests/draft2019-08/optional/format/uri-template.json
diff --git a/json/tests/draft2019-06/optional/format/uri.json b/json/tests/draft2019-08/optional/format/uri.json
index 25cc40c..25cc40c 100644
--- a/json/tests/draft2019-06/optional/format/uri.json
+++ b/json/tests/draft2019-08/optional/format/uri.json
diff --git a/json/tests/draft2019-06/optional/zeroTerminatedFloats.json b/json/tests/draft2019-08/optional/zeroTerminatedFloats.json
index 1bcdf96..1bcdf96 100644
--- a/json/tests/draft2019-06/optional/zeroTerminatedFloats.json
+++ b/json/tests/draft2019-08/optional/zeroTerminatedFloats.json
diff --git a/json/tests/draft2019-06/pattern.json b/json/tests/draft2019-08/pattern.json
index 25e7299..25e7299 100644
--- a/json/tests/draft2019-06/pattern.json
+++ b/json/tests/draft2019-08/pattern.json
diff --git a/json/tests/draft2019-06/patternProperties.json b/json/tests/draft2019-08/patternProperties.json
index 1d04a16..1d04a16 100644
--- a/json/tests/draft2019-06/patternProperties.json
+++ b/json/tests/draft2019-08/patternProperties.json
diff --git a/json/tests/draft2019-06/properties.json b/json/tests/draft2019-08/properties.json
index b86c181..b86c181 100644
--- a/json/tests/draft2019-06/properties.json
+++ b/json/tests/draft2019-08/properties.json
diff --git a/json/tests/draft2019-06/propertyNames.json b/json/tests/draft2019-08/propertyNames.json
index 8423690..8423690 100644
--- a/json/tests/draft2019-06/propertyNames.json
+++ b/json/tests/draft2019-08/propertyNames.json
diff --git a/json/tests/draft2019-06/ref.json b/json/tests/draft2019-08/ref.json
index dbeb7d3..dbeb7d3 100644
--- a/json/tests/draft2019-06/ref.json
+++ b/json/tests/draft2019-08/ref.json
diff --git a/json/tests/draft2019-06/refRemote.json b/json/tests/draft2019-08/refRemote.json
index 9cadc92..9cadc92 100644
--- a/json/tests/draft2019-06/refRemote.json
+++ b/json/tests/draft2019-08/refRemote.json
diff --git a/json/tests/draft2019-06/required.json b/json/tests/draft2019-08/required.json
index abf18f3..abf18f3 100644
--- a/json/tests/draft2019-06/required.json
+++ b/json/tests/draft2019-08/required.json
diff --git a/json/tests/draft2019-06/type.json b/json/tests/draft2019-08/type.json
index ea33b18..ea33b18 100644
--- a/json/tests/draft2019-06/type.json
+++ b/json/tests/draft2019-08/type.json
diff --git a/json/tests/draft2019-06/uniqueItems.json b/json/tests/draft2019-08/uniqueItems.json
index 8885ed0..8885ed0 100644
--- a/json/tests/draft2019-06/uniqueItems.json
+++ b/json/tests/draft2019-08/uniqueItems.json