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

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: