You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newOA\Property(property: "allowed_timeframes", type: "array", items: newOA\Items(type: ["integer", "SummitProposedScheduleAllowedDay"]), description: "Array of allowed timeframe IDs or objects when expanded", nullable: true)
14
-
],
15
-
anyOf: [
13
+
newOA\Property(property: "allowed_timeframes", type: "array", items: newOA\Items(type: "integer"), description: "Array SummitProposedScheduleAllowedDay IDs or full SummitProposedScheduleAllowedDay objects when expanded", nullable: true),
16
14
newOA\Property(property: "location_id", type: "integer", example: 10, description: "only when not expanded"),
17
-
newOA\Property(property: "location", type: "SummitAbstractLocation", description: "only when expanded"),
15
+
newOA\Property(property: "location", type: "SummitAbstractLocation", description: "ID of the SummitAbstractLocation, when not expanded, when ?expand=location, you get a SummitAbstractLocation schema object in a 'location' property"),
18
16
newOA\Property(property: "track_id", type: "integer", example: 5, description: "only when not expanded"),
19
-
newOA\Property(property: "track", type: "PresentationCategory", description: "only when expanded"),
17
+
newOA\Property(property: "track", type: "PresentationCategory", description: "ID of the PresentationCategory, when not expanded, when ?expand=track, you get a PresentationCategory schema object in a 'track' property"),
20
18
],
21
19
)]
22
20
class SummitProposedScheduleAllowedLocation {}
@@ -73,18 +71,14 @@ class SummitProposedScheduleAllowedDayUpdateRequest {}
newOA\Property(property: "schedule_id", type: "integer", description: "ID of the SummitProposedSchedule, when not expanded, when ?expand=schedule, you get a SummitProposedSchedule schema object in a 'schedule' property"),
newOA\Property(property: "summit_event", ref: "#/components/schemas/SummitEvent", description: "only present if ?expand=summit_event"),
77
+
newOA\Property(property: "location_id", type: "integer", description: "ID of the SummitAbstractLocation, when not expanded, when ?expand=location, you get a SummitAbstractLocation schema object in a 'location' property"),
newOA\Property(property: "location_id", type: "integer", description: "ID of the SummitAbstractLocation, when not expanded, when ?expand=location, you get a SummitAbstractLocation schema object in a 'location' property"),
103
94
]
104
95
)]
105
96
class SummitProposedSchedulePublishRequest {}
@@ -119,12 +110,9 @@ class SummitProposedSchedulePublishAllRequest {}
newOA\Property(property: "created_by", ref: "#/components/schemas/Member", description: "only present if ?expand=created_by"),
115
+
newOA\Property(property: "track_id", type: "integer", example: 3, description: "ID of the PresentationCategory, when not expanded, when ?expand=track, you get a PresentationCategory schema object in a 'track' property"),
0 commit comments