We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd4be0 commit cdf0027Copy full SHA for cdf0027
1 file changed
app/Swagger/RegistrationCompaniesSchemas.php
@@ -4,26 +4,6 @@
4
5
use OpenApi\Attributes as OA;
6
7
-#[OA\Schema(
8
- schema: 'PaginatedCompaniesResponse',
9
- type: 'object',
10
- description: 'Paginated response for registration companies',
11
- allOf: [
12
- new OA\Schema(ref: '#/components/schemas/PaginateDataSchemaResponse'),
13
- new OA\Schema(
14
15
- properties: [
16
- new OA\Property(
17
- property: 'data',
18
- type: 'array',
19
- items: new OA\Items(ref: '#/components/schemas/Company')
20
- )
21
- ]
22
23
24
-)]
25
-class PaginatedCompaniesResponseSchema {}
26
-
27
#[OA\Schema(
28
schema: 'ImportRegistrationCompaniesRequest',
29
type: 'object',
0 commit comments