Skip to content

Commit adfc50a

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

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

app/Swagger/CompaniesSchemas.php

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

77
// Companies Schemas
88

9-
#[OA\Schema(
10-
schema: "PaginatedCompaniesResponse",
11-
description: "Paginated response for Companies",
12-
properties: [
13-
new OA\Property(property: "total", type: "integer", example: 100),
14-
new OA\Property(property: "per_page", type: "integer", example: 15),
15-
new OA\Property(property: "current_page", type: "integer", example: 1),
16-
new OA\Property(property: "last_page", type: "integer", example: 7),
17-
new OA\Property(
18-
property: "data",
19-
type: "array",
20-
items: new OA\Items(ref: "#/components/schemas/Company")
21-
),
22-
],
23-
type: "object"
24-
)]
25-
class PaginatedCompaniesResponseSchema
26-
{
27-
}
28-
299
#[OA\Schema(
3010
schema: "CompanyCreateRequest",
3111
description: "Request to create a Company",

0 commit comments

Comments
 (0)