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