laravel-swagger icon indicating copy to clipboard operation
laravel-swagger copied to clipboard

Update description generating logic

Open DenTray opened this issue 2 years ago • 3 comments

  1. All type-related validation rules should be skiped
  2. required validation rule should be skipped, it already mark field with * symbol
  3. If there is no required or present validation rule - field should be marked as "Optional"
  4. Description should be started from the annotation or attributes method (annotation will be prioritized)

DenTray avatar Jun 27 '22 13:06 DenTray

@DenTray, you can test

pirs1337 avatar Aug 13 '22 12:08 pirs1337

@pirs1337 I've a strange numbers after the update

image

DenTray avatar Aug 18 '22 08:08 DenTray

@DenTray, ready for testing

pirs1337 avatar Sep 15 '22 06:09 pirs1337

@pirs1337 looks good now, thanks!

DenTray avatar Nov 03 '22 10:11 DenTray

Released in 2.2 version

DenTray avatar Nov 07 '23 03:11 DenTray