refactor(server): use zod time validation (#29189)

This commit is contained in:
Timon 2026-06-18 13:56:02 +02:00 committed by GitHub
parent 83091d2834
commit 09d0380804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 11 deletions

View file

@ -26144,8 +26144,8 @@
"type": "boolean"
},
"startTime": {
"description": "Start time",
"pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
"description": "Start time (HH:MM)",
"pattern": "^(?:[01]\\d|2[0-3]):[0-5]\\d$",
"type": "string"
},
"syncQuotaUsage": {