FIXING: Falsches Format für die Eingabe der Arbeitszeit.
This commit is contained in:
@@ -174,7 +174,9 @@
|
||||
},
|
||||
"workingHours": {
|
||||
"description": "Arbeitszeit des Tages",
|
||||
"type": "integer"
|
||||
"type": "string",
|
||||
"pattern": "[0-5]\\d:[0-5]\\d:[0-5]\\d",
|
||||
"example": "08:01:00"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user