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
Adding x- prefixed string field to Path Item Object makes validator to treat it as usual Operation Object (get, post, put, etc..). It tries to get 'parameters' field of it and fails with exception 'str' object has no attribute 'get'.
The text was updated successfully, but these errors were encountered:
Adding x- prefixed string field to Path Item Object makes validator to treat it as usual Operation Object (get, post, put, etc..). It tries to get 'parameters' field of it and fails with exception
'str' object has no attribute 'get'
.The text was updated successfully, but these errors were encountered: