* `0` - Sunday * `1` - Monday
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WeekStartDayEnum", "title": "WeekStartDayEnum", "enum": [ 0, 1 ], "type": "integer", "description": "* `0` - Sunday\n* `1` - Monday" }