We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2200bd commit d7c15ffCopy full SHA for d7c15ff
1 file changed
benchmark/bench-cmp-lib.js
@@ -84,13 +84,13 @@ const arraySchemaAJVJTD = {
84
const dateFormatSchema = {
85
description: 'Date of birth',
86
type: 'string',
87
- format: 'date'
+ format: 'datetime'
88
}
89
90
const dateFormatSchemaCJS = {
91
92
93
94
95
96
const obj = {
0 commit comments