Skip to content

Commit 27771b5

Browse files
author
Paul Hendriks
committed
Missing formats
1 parent dd07995 commit 27771b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Schema/Format.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
*/
1010
enum Format: string
1111
{
12+
case Date = 'date';
13+
case Time = 'time';
14+
case DateTime = 'date-time';
15+
case Duration = 'duration';
16+
case Regex = 'regex';
1217
case Email = 'email';
1318
case IdnEmail = 'idn-email';
1419
case Hostname = 'hostname';

0 commit comments

Comments
 (0)