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 enum in the JSON schema is not exactly the same as the enum in Python.
There are some issues need to be resolved, such as the variable name and enum type. The variable name may not be directly obtained from the enumerated value because of the existence of special characters. And using generated enum types will change the original strong value types like string, int and float.
Hello,
I am using your library and I really like it! However, I have noticed if you have the following property:
Then it doesn't generate something like:
Would this be possible to implement, as it's part of the JSON Schema format?
The text was updated successfully, but these errors were encountered: