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: 'published_events', type: 'array', items: newOA\Items(ref: "#/components/schemas/SummitEvent"), description: 'Array of SummitEvent ids, only if is in ?expand=published_events' ),
newOA\Property(property: 'wifi_connections', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=wifi_connections.'),
84
+
newOA\Property(property: 'selection_plans', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=selection_plans.'),
85
+
newOA\Property(property: 'meeting_booking_room_allowed_attributes', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=meeting_booking_room_allowed_attributes.'),
86
+
newOA\Property(property: 'summit_sponsors', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=summit_sponsors.'),
87
+
newOA\Property(property: 'order_extra_questions', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=order_extra_questions.'),
88
+
newOA\Property(property: 'tax_types', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=tax_types.'),
89
+
newOA\Property(property: 'payment_profiles', type: 'array', items: newOA\Items(type: "object"), description: 'Array of PaymentGatewayProfile, when included in ?relations=payment_profiles.'),
90
+
newOA\Property(property: 'email_flows_events', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=email_flows_events.'),
91
+
newOA\Property(property: 'summit_documents', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=summit_documents.'),
92
+
newOA\Property(property: 'dates_with_events', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=dates_with_events.'),
93
+
newOA\Property(property: 'presentation_action_types', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=presentation_action_types.'),
94
+
newOA\Property(property: 'schedule_settings', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=schedule_settings.'),
95
+
newOA\Property(property: 'badge_view_types', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=badge_view_types.'),
96
+
newOA\Property(property: 'lead_report_settings', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=lead_report_settings.'),
97
+
newOA\Property(property: 'badge_types', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=badge_types.'),
98
+
newOA\Property(property: 'badge_features_types', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=badge_features_types.'),
99
+
newOA\Property(property: 'badge_access_level_types', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=badge_access_level_types.'),
100
+
newOA\Property(property: 'supported_currencies', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=supported_currencies.'),
101
+
// Expanded relations
102
+
newOA\Property(property: 'featured_speakers', type: 'array', items: newOA\Items(type: "integer"), description: 'Array of Ids, when included in ?relations=featured_speakers, full objects when included in ?expand=featured_speakers.'),
103
+
newOA\Property(property: 'type', ref: '#/components/schemas/SummitType', description: 'SummitType, when included in ?relations=type, full object when included in ?expand=type.'),
104
+
newOA\Property(property: 'locations', type: 'array', items: newOA\Items(ref: '#/components/schemas/SummitAbstractLocation'), description: 'Array of SummitAbstractLocation when included in ?expand=locations.'),
105
+
newOA\Property(property: 'event_types', type: 'array', items: newOA\Items(type: "object"), description: 'Array of SummitEmailEventFlowType, when included in ?expand=schedule.'),
106
+
newOA\Property(property: 'tracks', type: 'array', items: newOA\Items(type: "object"), description: 'Array of PresentationCategory, when included in ?expand=schedule.'),
107
+
newOA\Property(property: 'track_groups', type: 'array', items: newOA\Items(type: "object"), description: 'Array of PresentationCategoryGroup, when included in ?expand=schedule.'),
108
+
newOA\Property(property: 'schedule', type: 'array', items: newOA\Items(ref: '#/components/schemas/SummitEvent'), description: 'Array of SummitEvent, when included in ?expand=schedule.'),
109
+
newOA\Property(property: 'sponsors', type: 'array', items: newOA\Items(ref: "#/components/schemas/Company"), description: 'Array of Company, when included in ?expand=schedule.'),
110
+
newOA\Property(property: 'speakers', type: 'array', items: newOA\Items(type: "object"), description: 'Array of PresentationSpeaker, when included in ?expand=schedule.'),
0 commit comments