summaryrefslogtreecommitdiff
path: root/json/tests/draft2020-12/optional/format/date-time.json
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-31 17:37:32 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-31 17:37:32 +0300
commit2f15a98f9243b77ff8f546e8b28cbbdabd7fef23 (patch)
tree3e6370ffbd0dcb95f2bb93037702c1976497303c /json/tests/draft2020-12/optional/format/date-time.json
parent575e786be8bad3f7bc628e2abe09defc3d7fb0bd (diff)
parent65802a7ebcd0b661c829307354ab0c24e1e05031 (diff)
downloadjsonschema-2f15a98f9243b77ff8f546e8b28cbbdabd7fef23.tar.gz
Merge commit '65802a7ebcd0b661c829307354ab0c24e1e05031'
* commit '65802a7ebcd0b661c829307354ab0c24e1e05031': Squashed 'json/' changes from 4cfead7ba..6eaf7dff4
Diffstat (limited to 'json/tests/draft2020-12/optional/format/date-time.json')
-rw-r--r--json/tests/draft2020-12/optional/format/date-time.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/json/tests/draft2020-12/optional/format/date-time.json b/json/tests/draft2020-12/optional/format/date-time.json
index 0911273..8783d73 100644
--- a/json/tests/draft2020-12/optional/format/date-time.json
+++ b/json/tests/draft2020-12/optional/format/date-time.json
@@ -1,7 +1,10 @@
[
{
"description": "validation of date-time strings",
- "schema": { "format": "date-time" },
+ "schema": {
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "format": "date-time"
+ },
"tests": [
{
"description": "all string formats ignore integers",