Fix config schema
This commit is contained in:
parent
a2e53e32a6
commit
acb07d0cdc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"lunchBreakDuration": {
|
"unpaidLunchBreakDuration": {
|
||||||
"type": "string",
|
"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"
|
"description": "Comment out or remove if you don't have an unpaid lunch break or if you normally log your lunch break hours"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue