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
For now, asymmetric only detects when a type declaration is a standard type (int, str, float, etc...), but it doesn't detect more complex structures (such as a union, for example). The detection method should be comprehensive and understand all the possible types and return the correct schema for the OpenAPI spec.
The text was updated successfully, but these errors were encountered:
For now,
asymmetric
only detects when a type declaration is a standard type (int
,str
,float
, etc...), but it doesn't detect more complex structures (such as a union, for example). The detection method should be comprehensive and understand all the possible types and return the correct schema for the OpenAPI spec.The text was updated successfully, but these errors were encountered: