chore: add tsType for weekday config

This commit is contained in:
Lei Nelissen 2023-07-15 00:17:09 +02:00
parent 103321bf72
commit 90c68f5069
No known key found for this signature in database
GPG Key ID: 259FA9C0515D505F
1 changed files with 1 additions and 1 deletions

View File

@ -1549,6 +1549,7 @@ $defs: # JSON Schema definition (maybe we should move these to a seperate file)
description: |
On which day a week-based interval should start
type: string
tsType: 'string | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "sunday"'
enum:
- monday
- tuesday
@ -1557,7 +1558,6 @@ $defs: # JSON Schema definition (maybe we should move these to a seperate file)
- friday
- saturday
- sunday
# the sane default is a monday, but it's set to sunday for legacy reasons
default: sunday
SequenceDiagramConfig: