swaggo / swag

Automatically generate RESTful API documentation with Swagger 2.0 for Go.
MIT License
10.24k stars 1.17k forks source link

Is is possible to make the fixed example value for a specified type? #1826

Open huhx opened 1 month ago

huhx commented 1 month ago

for example: custom type of LocalDateTime, I want example value for this type are fixed : 2023-12-12T23:12:23.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.