@@ -376,37 +376,3 @@ class RSVPUpdateRequestSchema_{
376376 ]
377377)]
378378class RSVPAdminAddRequestSchema {}
379-
380- #[OA \Schema(
381- schema: 'ConsultantsResponseSchema ' ,
382- type: 'object ' ,
383- properties: [
384- 'id ' => new OA \Property (property: 'id ' , type: 'integer ' , example: 1 ),
385- 'class_name ' => new OA \Property (property: 'class_name ' , type: 'string ' , example: 'Consultant ' ),
386- 'name ' => new OA \Property (property: 'name ' , type: 'string ' , example: 'OpenStack Consulting Services ' ),
387- 'overview ' => new OA \Property (property: 'overview ' , type: 'string ' , example: 'Professional OpenStack consulting and support services ' ),
388- 'call_2_action_url ' => new OA \Property (property: 'call_2_action_url ' , type: 'string ' , example: 'https://example.com/contact ' ),
389- 'slug ' => new OA \Property (property: 'slug ' , type: 'string ' , example: 'openstack-consulting ' ),
390- 'company_id ' => new OA \Property (property: 'company_id ' , type: 'integer ' , example: 1 ),
391- 'type_id ' => new OA \Property (property: 'type_id ' , type: 'integer ' , example: 1 )
392- ]
393- )]
394- class ConsultantsResponseSchema {}
395-
396- #[OA \Schema(
397- schema: 'PaginatedConsultantsResponseSchema ' ,
398- allOf: [
399- new OA \Schema (ref: '#/components/schemas/PaginateDataSchemaResponse ' ),
400- new OA \Schema (
401- type: 'object ' ,
402- properties: [
403- new OA \Property (
404- property: 'data ' ,
405- type: 'array ' ,
406- items: new OA \Items (ref: '#/components/schemas/ConsultantsResponseSchema ' )
407- )
408- ]
409- )
410- ]
411- )]
412- class PaginatedConsultantsResponseSchema {}
0 commit comments