Skip to content

Commit 4c39842

Browse files
committed
Add date-time to documented default formats
1 parent 6a41b67 commit 4c39842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_jsonschema/cli/main_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def pretty_helptext_list(values: list[str] | tuple[str, ...]) -> str:
7171
7272
'check-jsonschema' supports format checks with appropriate libraries installed,
7373
including the following formats by default:
74-
date, email, ipv4, ipv6, regex, uuid
74+
date, date-time, email, ipv4, ipv6, regex, uuid
7575
7676
\b
7777
For the "regex" format, there are multiple modes which can be specified with

0 commit comments

Comments
 (0)