We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf785c8 commit e54b84dCopy full SHA for e54b84d
app/Swagger/MarketplaceSchemas.php
@@ -82,3 +82,23 @@ class PaginatedMarketplaceDistributionResponseSchema
82
class PaginatedPublicOrPrivateCloudsResponseSchema
83
{
84
}
85
+
86
+#[OA\Schema(
87
+ schema: 'PaginatedPublicOrPrivateCloudsResponse',
88
+ allOf: [
89
+ new OA\Schema(ref: '#/components/schemas/PaginateDataSchemaResponse'),
90
+ new OA\Schema(
91
+ type: 'object',
92
+ properties: [
93
+ new OA\Property(
94
+ property: 'data',
95
+ type: 'array',
96
+ items: new OA\Items(ref: '#/components/schemas/CloudService')
97
+ )
98
+ ]
99
100
101
+)]
102
+class PaginatedPublicOrPrivateCloudsResponseSchema
103
+{
104
+}
0 commit comments