We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e30e60 commit 9dc5c5eCopy full SHA for 9dc5c5e
1 file changed
app/Swagger/CompaniesSchemas.php
@@ -46,7 +46,7 @@
46
new OA\Property(
47
property: "sponsorships",
48
type: "array",
49
- items: new OA\Items(type: "SummitSponsorship"),
+ items: new OA\Items(ref: "#/components/schemas/SummitSponsorship"),
50
description: "Array of SummitSponsorship models (only when expand=sponsorships)",
51
),
52
@@ -59,7 +59,7 @@
59
60
property: "project_sponsorships",
61
62
- items: new OA\Items(type: "ProjectSponsorshipType"),
+ items: new OA\Items(ref: "#/components/schemas/ProjectSponsorshipType"),
63
description: "Array of project ProjectSponsorshipType models (only when expand=project_sponsorships)",
64
65
],
0 commit comments