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 don't atm, not sure where i took it from, but i think you can test adding that parameter definition in some test route and get the openapi from here?
- in: query
name: metadata
schema:
type: boolean
allowEmptyValue: true # <----- validation of this field fails
Description
https://swagger.io/docs/specification/describing-parameters/
but validation gives errors
Repro steps
try a schema with allowEmptyValue
Expected behavior
should not give any errors
Actual behavior
Fails parsing/validation
Known workarounds
remove the field from openapi spec
Affected Type Providers
Related information
The text was updated successfully, but these errors were encountered: