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
👋 This PR added support to serializable direct classes Python with the default constructor, Python dataclasses, and Pydantic models, see [here](https://github.com/cenobites/flask-jsonrpc/ blob/master/examples/pydantic/run.py#L158) and example of use. The next step is to enhance the schema to reflect the object at the API Browser and be recognized by it.
For example if we have function using
Unions
,Optionals
:We get documentation with just
Objects
:The text was updated successfully, but these errors were encountered: