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: 'rsvp', type: 'array', items: newOA\Items(type: 'integer'), description: 'Array of RSVP IDs, full objects available when expand=rsvp'),
21
+
newOA\Property(property: 'rsvp_invitations', type: 'array', items: newOA\Items(type: 'integer'), description: 'Array of RSVP Invitation IDs, full objects available when expand=rsvp_invitations'),
]), description: "Array of allowed timeframe IDs or objects when expand=allowed_timeframes",),
14
17
newOA\Property(property: "location_id", type: "integer", example: 10, description: "only when not expanded"),
15
-
newOA\Property(property: "location", type: "integer", description: "ID of the SummitAbstractLocation, when not expanded, when ?expand=location, you get a SummitAbstractLocation schema object in a 'location' property"),
16
-
newOA\Property(property: "track_id", type: "integer", example: 5, description: "only when not expanded"),
17
-
newOA\Property(property: "track", type: "integer", description: "ID of the PresentationCategory, when not expanded, when ?expand=track, you get a PresentationCategory schema object in a 'track' property"),
18
+
newOA\Property(property: "location", ref: '#/components/schemas/SummitAbstractLocation', description: "only when expand=location"),
19
+
newOA\Property(property: "track_id", type: "integer", example: 5, description: "PresentationCategory ID, use expand=track for full object details"),
0 commit comments