Skip to content

Commit cdf0027

Browse files
committed
fix: merge conflict
Signed-off-by: Matias Perrone <github@matiasperrone.com>
1 parent 3dd4be0 commit cdf0027

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

app/Swagger/RegistrationCompaniesSchemas.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,6 @@
44

55
use OpenApi\Attributes as OA;
66

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-
type: 'object',
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-
277
#[OA\Schema(
288
schema: 'ImportRegistrationCompaniesRequest',
299
type: 'object',

0 commit comments

Comments
 (0)