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
The following line in malli.swagger always sets :definitions to nil. This causes some validations of the Swagger definition to fail (in my case, Microsoft Power Automate doesn't accept it). It should only update the :definitions key if any definitions are present.
The following line in
malli.swagger
always sets:definitions
tonil
. This causes some validations of the Swagger definition to fail (in my case, Microsoft Power Automate doesn't accept it). It should only update the:definitions
key if any definitions are present.malli/src/malli/swagger.cljc
Line 191 in 711ca00
The text was updated successfully, but these errors were encountered: