summaryrefslogtreecommitdiff
path: root/json/tests/draft-next/optional/format/uri-reference.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft-next/optional/format/uri-reference.json')
-rw-r--r--json/tests/draft-next/optional/format/uri-reference.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/json/tests/draft-next/optional/format/uri-reference.json b/json/tests/draft-next/optional/format/uri-reference.json
index 7cdf228..8d9d254 100644
--- a/json/tests/draft-next/optional/format/uri-reference.json
+++ b/json/tests/draft-next/optional/format/uri-reference.json
@@ -1,7 +1,10 @@
[
{
"description": "validation of URI References",
- "schema": { "format": "uri-reference" },
+ "schema": {
+ "$schema": "https://json-schema.org/draft/next/schema",
+ "format": "uri-reference"
+ },
"tests": [
{
"description": "all string formats ignore integers",