RapiPdf
RapiPdf copied to clipboard
Applying the format value to the type?
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:
PDF Generated:
Thank you, Michael