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: 'groups_events', type: 'array', items: newOA\Items(type: 'object'), description: 'GroupEvent object, only available if ?expand=groups_events is provided'),
newOA\Property(property: 'affiliations', type: 'array', items: newOA\Items(ref: '#/components/schemas/Organization'), description: 'Organization object, only available if ?expand=affiliations is provided'),
37
+
newOA\Property(property: 'all_affiliations', type: 'array', items: newOA\Items(ref: '#/components/schemas/Affiliation'), description: 'Affiliation object, only available if ?expand=all_affiliations is provided'),
38
+
newOA\Property(property: 'ccla_teams', type: 'array', items: newOA\Items(type: 'object'), description: 'CCLA Team object, only available if ?expand=ccla_teams is provided'),
39
+
newOA\Property(property: 'election_applications', type: 'array', items: newOA\Items(type: 'object'), description: 'Nomination object, only available if ?expand=election_applications is provided'),
40
+
newOA\Property(property: 'election_nominations', type: 'array', items: newOA\Items(type: 'object'), description: 'Nomination object, only available if ?expand=election_nominations is provided'),
41
+
newOA\Property(property: 'candidate_profile', type: 'array', items: newOA\Items(type: 'object'), description: 'Candidate object, only available if ?expand=candidate_profile is provided'),
42
+
newOA\Property(property: 'team_memberships', type: 'array', items: newOA\Items(type: 'object'), description: 'ChatTeamMember object, only available if ?expand=team_memberships is provided'),
43
+
newOA\Property(property: 'sponsor_memberships', type: 'array', items: newOA\Items(type: 'object'), description: 'Sponsor object, only available if ?expand=sponsor_memberships is provided'),
newOA\Property(property: 'summit_tickets', type: 'array', items: newOA\Items(type: 'object'), description: 'SummitAttendeeTicket object, only available if ?expand=sponsor_memberships is provided'),
47
+
newOA\Property(property: 'schedule_shareable_link', type: 'array', items: newOA\Items(type: 'object'), description: 'PersonalCalendarShareInfo object, only available if ?expand=schedule_shareable_link is provided'),
newOA\Property(property: 'speaker', type: 'array', items: newOA\Items(type: 'object'), description: 'PresentationSpeaker object, only available if ?expand=speaker is provided'),
52
+
newOA\Property(property: 'attendee', type: 'array', items: newOA\Items(ref: '#/components/schemas/SummitAttendee'), description: 'only available if ?expand=attendee is provided'),
53
+
newOA\Property(property: 'feedback', type: 'array', items: newOA\Items(type: 'object'), description: 'SummitEventFeedback object, only available if ?expand=feedback is provided'),
54
+
newOA\Property(property: 'rsvp', type: 'array', items: newOA\Items(ref: '#/components/schemas/RSVP'), description: 'only available if ?expand=rsvp is provided'),
55
+
newOA\Property(property: 'rsvp_invitations', type: 'array', items: newOA\Items(ref: '#/components/schemas/RSVPInvitation'), description: 'only available if ?expand=rsvp_invitations is provided'),
0 commit comments