Skip to content

Commit 9aefc00

Browse files
committed
ISSUE-345: update example
1 parent 5120346 commit 9aefc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Identity/OpenApi/SwaggerSchemasResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
properties: [
2828
new OA\Property(property: 'id', type: 'integer', example: 1),
2929
new OA\Property(property: 'name', type: 'string', example: 'Country'),
30-
new OA\Property(property: 'type', type: 'string', example: 'checkbox'),
30+
new OA\Property(property: 'type', type: 'string', example: 'select'),
3131
new OA\Property(property: 'list_order', type: 'integer', example: 12),
3232
new OA\Property(property: 'default_value', type: 'string', example: 'United States'),
3333
new OA\Property(property: 'required', type: 'boolean', example: true),
34-
new OA\Property(property: 'table_name', type: 'string', example: 'list_attributes'),
34+
new OA\Property(property: 'table_name', type: 'string', example: 'ukcounties'),
3535
],
3636
type: 'object'
3737
)]

0 commit comments

Comments
 (0)