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: 'sponsored_project', type: 'array', items: newOA\Items(ref: '#/components/schemas/SponsoredProject'), description: "SponsoredProject associated with the sponsorship type, IDs when used as relationship, object when included in expand"),
22
+
newOA\Property(property: 'supporting_companies', type: 'array', items: newOA\Items(ref: '#/components/schemas/SupportingCompany'), description: "SponsoredProject associated with the sponsorship type, IDs when used as relationship, object when included in expand"),
newOA\Property(property: 'parent_project_id', type: 'integer', description: 'ID of the parent sponsored project, only available if not expanded'),
23
+
newOA\Property(property: 'sponsorship_types', type: 'array', items: newOA\Items(ref: '#/components/schemas/ProjectSponsorshipType'), description: 'Array of ProjectSponsorshipType objects, only available if expanded'),
24
+
newOA\Property(property: 'subprojects', type: 'array', items: newOA\Items(ref: '#/components/schemas/SponsoredProject'), description: 'List of SponsoredProject objects, only available if expanded'),
25
+
newOA\Property(property: 'parent_project', ref: '#/components/schemas/SponsoredProject', description: 'SponsoredProject object, only available if expanded'),
newOA\Property(property: 'sponsorship_id', type: 'integer', description: 'Summit Sponsorship ID, only available when NOT expanded', ),
18
+
newOA\Property(property: 'sponsorship', ref: '#/components/schemas/SummitSponsorship', description: 'Summit Sponsorship object, only available when expanded', ),
newOA\Property(property: 'company', ref: '#/components/schemas/Company', description: 'Company object, only available when expanded'),
19
+
newOA\Property(property: 'sponsorship_type', ref: '#/components/schemas/SponsorshipType', description: 'SponsorshipType object, only available when expanded'),
0 commit comments