Skip to content

Applying the format value to the type? #87

@melucas

Description

@melucas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions