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: "type", ref: "#/components/schemas/SummitMediaFileType", description: "Only present when relations=presentation_types and expand includes 'type' in it."),
30
+
newOA\Property(property: "summit_id", type: "integer", example: 123, description: "Summit ID, only when expand does NOT include 'summit' in it."),
31
+
newOA\Property(property: "summit", ref: "#/components/schemas/Summit", description: "Summit expand (only when relations=presentation_types) and expand includes 'summit' in it."),
32
+
newOA\Property(
33
+
property: "presentation_types",
34
+
type: "array",
35
+
items: newOA\Items(type: "integer"),
36
+
description: "Array of PresentationType IDs when relations=presentation_types and full objects when ?expand=presentation_types is used",
newOA\Property(property: "type", type: "SummitMediaFileType", description: "Only present when relations=presentation_types and expand includes 'type' in it."),
395
-
newOA\Property(property: "summit_id", type: "integer", example: 123, description: "Summit ID, only when expand does NOT include 'summit' in it."),
396
-
newOA\Property(property: "summit", type: "Summit", description: "Summit expand (only when relations=presentation_types) and expand includes 'summit' in it."),
397
-
newOA\Property(
398
-
property: "presentation_types",
399
-
type: "array",
400
-
items: newOA\Items(type: "integer"),
401
-
description: "Array of presentation type IDs (only when relations=presentation_types and expand does not include 'presentation_types' in it)",
402
-
example: [1, 2, 3]
403
-
),
404
-
newOA\Property(
405
-
property: "presentation_types",
406
-
type: "array",
407
-
items: newOA\Items(type: "PresentationType"),
408
-
description: "Array of PresentationType (only when relations=presentation_types and expand includes 'presentation_types' in it)",
0 commit comments