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
you use OpenAPI 3.0.3 (Wright Draft 00 schema) which doesn't support integers as floats. Switch to OpenAPI 3.1 (Draft 2020-12 schema) and it should work for you.
This schema with scientific notation
maximum: 1e2
results in this unexpected failure
If I change
maximum: 1e2
tomaximum: 100
, it validates without error.The text was updated successfully, but these errors were encountered: