Fix config schema

This commit is contained in:
Marko Korhonen 2023-11-23 20:31:05 +02:00
parent a2e53e32a6
commit acb07d0cdc
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"lunchBreakDuration": {
"unpaidLunchBreakDuration": {
"type": "string",
"description": "Comment out or remove if you don't have an unpaid lunch break or if you normally log your lunch break hours"
},