api-erstellen #1

Merged
TorstenHettstedt merged 52 commits from api-erstellen into master 2021-04-07 13:00:46 +02:00
Showing only changes of commit b53b1cdd3c - Show all commits
+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"
} }
} }
}, },