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