new OA\Response( response: '200', description: 'Success', properties: [ 'value' => new Model(type: Article::class, groups: ['light']), ], ), ])] #[OA\Parameter(ref: '#/components/parameters/test')] #[Route('/article_attributes/{id}', methods: ['GET'])] #[OA\Parameter(name: 'Accept-Version', in: 'header', properties: ['value' => new OA\Schema(type: 'string')])] public function fetchArticleActionWithAttributes() { } }