Skip to content

Commit 744ca2e

Browse files
committed
chore: move SummitBadgeFeatureType schema to its own file (rebase to main issue)
1 parent aa55b16 commit 744ca2e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

app/Swagger/SummitRegistrationSchemas.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@
88

99
// Summit Badge Feature Types
1010

11-
#[OA\Schema(
12-
schema: 'SummitBadgeFeatureType',
13-
type: 'object',
14-
properties: [
15-
new OA\Property(property: 'id', type: 'integer', example: 1),
16-
new OA\Property(property: 'name', type: 'string', example: 'Speaker Ribbon'),
17-
new OA\Property(property: 'description', type: 'string', nullable: true, example: 'Special ribbon indicating speaker status'),
18-
new OA\Property(property: 'template_content', type: 'string', nullable: true, example: '<div class="speaker-badge">{{name}}</div>'),
19-
new OA\Property(property: 'summit_id', type: 'integer', example: 42),
20-
new OA\Property(property: 'image', type: 'string', nullable: true, example: 'https://example.com/images/speaker-ribbon.png'),
21-
]
22-
)]
23-
class SummitBadgeFeatureTypeSchema {}
24-
2511
#[OA\Schema(
2612
schema: 'PaginatedSummitBadgeFeatureTypesResponse',
2713
allOf: [

0 commit comments

Comments
 (0)