wyfo / apischema

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.

Home Page:https://wyfo.github.io/apischema/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow customization of wrong type error

wyfo opened this issue · comments

Currently, error about data type, e.g. expected type array, found string cannot be customized. It should be the case.