You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could see that the numeric strings are getting converted to numbers in the generated swagger file. Looks like its similar to springfox/springfox#2249
openapi-gradle-plugin = 1.9.0
springboot = 3.4.3
output in the swagger json:
"value":{
"type": "string",
"description": "the string value for ID",
"example": 56000
}
The text was updated successfully, but these errors were encountered:
I could see that the numeric strings are getting converted to numbers in the generated swagger file. Looks like its similar to springfox/springfox#2249
output in the swagger json:
The text was updated successfully, but these errors were encountered: