@@ -18663,7 +18663,7 @@ components:
18663
18663
description: An optional list of time restrictions for when this layer is
18664
18664
in effect.
18665
18665
items:
18666
- $ref: '#/components/schemas/LayerAttributesRestrictionsItems '
18666
+ $ref: '#/components/schemas/TimeRestriction '
18667
18667
type: array
18668
18668
rotation_start:
18669
18669
description: The date/time when the rotation starts (ISO 8601).
@@ -18687,63 +18687,6 @@ components:
18687
18687
maximum: 2592000
18688
18688
type: integer
18689
18689
type: object
18690
- LayerAttributesRestrictionsItems:
18691
- description: 'Represents a time restriction within a layer, specifying the days
18692
- and times
18693
-
18694
- when this layer is active or inactive.'
18695
- properties:
18696
- end_day:
18697
- $ref: '#/components/schemas/LayerAttributesRestrictionsItemsEndDay'
18698
- end_time:
18699
- description: The time of day the restriction ends (hh:mm:ss).
18700
- example: '17:00:00'
18701
- type: string
18702
- start_day:
18703
- $ref: '#/components/schemas/LayerAttributesRestrictionsItemsStartDay'
18704
- start_time:
18705
- description: The time of day the restriction begins (hh:mm:ss).
18706
- example: 09:00:00
18707
- type: string
18708
- type: object
18709
- LayerAttributesRestrictionsItemsEndDay:
18710
- description: Defines the end day of the restriction within a Layer.
18711
- enum:
18712
- - monday
18713
- - tuesday
18714
- - wednesday
18715
- - thursday
18716
- - friday
18717
- - saturday
18718
- - sunday
18719
- type: string
18720
- x-enum-varnames:
18721
- - MONDAY
18722
- - TUESDAY
18723
- - WEDNESDAY
18724
- - THURSDAY
18725
- - FRIDAY
18726
- - SATURDAY
18727
- - SUNDAY
18728
- LayerAttributesRestrictionsItemsStartDay:
18729
- description: Defines the start day of the restriction within a Layer.
18730
- enum:
18731
- - monday
18732
- - tuesday
18733
- - wednesday
18734
- - thursday
18735
- - friday
18736
- - saturday
18737
- - sunday
18738
- type: string
18739
- x-enum-varnames:
18740
- - MONDAY
18741
- - TUESDAY
18742
- - WEDNESDAY
18743
- - THURSDAY
18744
- - FRIDAY
18745
- - SATURDAY
18746
- - SUNDAY
18747
18690
LayerRelationships:
18748
18691
description: Holds references to objects related to the Layer entity, such as
18749
18692
its members.
@@ -31120,7 +31063,7 @@ components:
31120
31063
description: Zero or more time-based restrictions (for example, only weekdays,
31121
31064
during business hours).
31122
31065
items:
31123
- $ref: '#/components/schemas/ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItems '
31066
+ $ref: '#/components/schemas/TimeRestriction '
31124
31067
type: array
31125
31068
rotation_start:
31126
31069
description: The date/time when the rotation for this layer starts (in ISO
@@ -31169,62 +31112,6 @@ components:
31169
31112
example: 00000000-aba1-0000-0000-000000000000
31170
31113
type: string
31171
31114
type: object
31172
- ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItems:
31173
- description: 'Defines a time restriction for a schedule layer, including which
31174
- day of the week
31175
-
31176
- it starts and ends, along with start/end times.'
31177
- properties:
31178
- end_day:
31179
- $ref: '#/components/schemas/ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItemsEndDay'
31180
- end_time:
31181
- description: The time of day when the restriction ends (hh:mm:ss).
31182
- type: string
31183
- start_day:
31184
- $ref: '#/components/schemas/ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItemsStartDay'
31185
- start_time:
31186
- description: The time of day when the restriction begins (hh:mm:ss).
31187
- type: string
31188
- type: object
31189
- ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItemsEndDay:
31190
- description: The weekday when the restriction period ends (Monday through Sunday).
31191
- enum:
31192
- - monday
31193
- - tuesday
31194
- - wednesday
31195
- - thursday
31196
- - friday
31197
- - saturday
31198
- - sunday
31199
- type: string
31200
- x-enum-varnames:
31201
- - MONDAY
31202
- - TUESDAY
31203
- - WEDNESDAY
31204
- - THURSDAY
31205
- - FRIDAY
31206
- - SATURDAY
31207
- - SUNDAY
31208
- ScheduleCreateRequestDataAttributesLayersItemsRestrictionsItemsStartDay:
31209
- description: The weekday when the restriction period starts (Monday through
31210
- Sunday).
31211
- enum:
31212
- - monday
31213
- - tuesday
31214
- - wednesday
31215
- - thursday
31216
- - friday
31217
- - saturday
31218
- - sunday
31219
- type: string
31220
- x-enum-varnames:
31221
- - MONDAY
31222
- - TUESDAY
31223
- - WEDNESDAY
31224
- - THURSDAY
31225
- - FRIDAY
31226
- - SATURDAY
31227
- - SUNDAY
31228
31115
ScheduleCreateRequestDataRelationships:
31229
31116
description: Gathers relationship objects for the schedule creation request,
31230
31117
including the teams to associate.
@@ -31628,7 +31515,7 @@ components:
31628
31515
restrictions:
31629
31516
description: Any time restrictions that define when this layer is active.
31630
31517
items:
31631
- $ref: '#/components/schemas/ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems '
31518
+ $ref: '#/components/schemas/TimeRestriction '
31632
31519
type: array
31633
31520
rotation_start:
31634
31521
description: The date/time at which the rotation begins (ISO 8601 format).
@@ -31678,63 +31565,6 @@ components:
31678
31565
example: 00000000-aba1-0000-0000-000000000000
31679
31566
type: string
31680
31567
type: object
31681
- ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems:
31682
- description: 'Defines a time restriction object for a layer within a schedule
31683
- update, including
31684
-
31685
- start and end days, as well as times.'
31686
- properties:
31687
- end_day:
31688
- $ref: '#/components/schemas/ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItemsEndDay'
31689
- end_time:
31690
- description: The time at which this restriction ends (hh:mm:ss).
31691
- example: '17:00:00'
31692
- type: string
31693
- start_day:
31694
- $ref: '#/components/schemas/ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItemsStartDay'
31695
- start_time:
31696
- description: The time at which this restriction starts (hh:mm:ss).
31697
- example: 09:00:00
31698
- type: string
31699
- type: object
31700
- ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItemsEndDay:
31701
- description: Defines the day of the week on which the time restriction ends.
31702
- enum:
31703
- - monday
31704
- - tuesday
31705
- - wednesday
31706
- - thursday
31707
- - friday
31708
- - saturday
31709
- - sunday
31710
- type: string
31711
- x-enum-varnames:
31712
- - MONDAY
31713
- - TUESDAY
31714
- - WEDNESDAY
31715
- - THURSDAY
31716
- - FRIDAY
31717
- - SATURDAY
31718
- - SUNDAY
31719
- ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItemsStartDay:
31720
- description: Defines the day of the week on which the time restriction starts.
31721
- enum:
31722
- - monday
31723
- - tuesday
31724
- - wednesday
31725
- - thursday
31726
- - friday
31727
- - saturday
31728
- - sunday
31729
- type: string
31730
- x-enum-varnames:
31731
- - MONDAY
31732
- - TUESDAY
31733
- - WEDNESDAY
31734
- - THURSDAY
31735
- - FRIDAY
31736
- - SATURDAY
31737
- - SUNDAY
31738
31568
ScheduleUpdateRequestDataRelationships:
31739
31569
description: Houses relationships for the schedule update, typically referencing
31740
31570
teams.
0 commit comments