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
When the openapi version is changed to 3.1.0 from 3.0.3, integer values are assigned the maximum value.
"id": {
"type": "integer",
"format": "int32"
}
and it shows up in ui as 1073741824 instead of 0, as it was before
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Content & configuration
OpenAPI:
How can we help?
When the openapi version is changed to 3.1.0 from 3.0.3, integer values are assigned the maximum value.
"id": {
"type": "integer",
"format": "int32"
}
and it shows up in ui as 1073741824 instead of 0, as it was before
The text was updated successfully, but these errors were encountered: