Skip to content

Commit 28db2b4

Browse files
author
Jakub Jankowski
committed
fix: fixtures
1 parent 6a0b1b7 commit 28db2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__fixtures__/default-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "string",
2222
"format": "date-time",
2323
"writeOnly": true,
24-
"pattern": "MM/dd/yyyy H:mm"
24+
"pattern": "^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$"
2525
},
2626
"items": {
2727
"type": ["null", "array"],
@@ -35,7 +35,7 @@
3535
"email": {
3636
"type": "string",
3737
"format": "email",
38-
38+
3939
"deprecated": true,
4040
"default": "[email protected]",
4141
"minLength": 2

0 commit comments

Comments
 (0)