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 4d21b0e commit f66f67aCopy full SHA for f66f67a
app/Swagger/MarketplaceSchemas.php
@@ -82,23 +82,3 @@ 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