apitte-skeleton icon indicating copy to clipboard operation
apitte-skeleton copied to clipboard

Snake case name convertor missmatch with openapi

Open Anry7794 opened this issue 5 months ago • 0 comments

Using nameConvertor to snake case is leading to missmatch with open api.

If you have good annotations f.e. property $fullName in response DTO openapi will generate { fullName: "string" } but reality with nameConvertor is { full_name: "John Doe" }. So there should be fix on side of openapi or removing nameConvertor

Anry7794 avatar Jan 18 '24 09:01 Anry7794