RapiPdf icon indicating copy to clipboard operation
RapiPdf copied to clipboard

Applying the format value to the type?

Open melucas opened this issue 3 years ago • 0 comments

Is it possible to have the format value applied to the type in the same fashion as Swagger UI?

The following definition in the swagger.json will generate documentation in the screen shot below.

"CommissionPercent": { "type": "number", "description": "Commission percentage that is retained", "format": "double", "readOnly": true }

Swagger UI Generated: image

PDF Generated: image

Thank you, Michael

melucas avatar Apr 26 '21 15:04 melucas