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
produces the error message: openapi3.errors.SpecError: Expected paths./users/{id}.get.parameters.0.example to be one of [<class 'str'>], got <class 'int'>
The text was updated successfully, but these errors were encountered:
Parameter examples are not necessary strings. However, the code in paths.py assumes that they are. Consider this file for validation:
Code
produces the error message:
openapi3.errors.SpecError: Expected paths./users/{id}.get.parameters.0.example to be one of [<class 'str'>], got <class 'int'>
The text was updated successfully, but these errors were encountered: