FIXING: Falsches Format für die Eingabe der Arbeitszeit.

This commit is contained in:
2021-04-06 13:13:35 +02:00
parent 0054ab5afc
commit b53b1cdd3c
+3 -1
View File
@@ -174,7 +174,9 @@
}, },
"workingHours": { "workingHours": {
"description": "Arbeitszeit des Tages", "description": "Arbeitszeit des Tages",
"type": "integer" "type": "string",
"pattern": "[0-5]\\d:[0-5]\\d:[0-5]\\d",
"example": "08:01:00"
} }
} }
}, },