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 specific request this issue is about was probably addressed as of v4.4.0 and v4.6.0 (after some fixes). However there's still something broken, as reported here #295, not sure if that would affect you.
Two valid specifications (verified by swagger.io online validator):
generates
public class Dog: Animal
, but same spec withtype: object
added toDog
generates
public class Dog: APIModel
without properties at allversion 4.3.1
The text was updated successfully, but these errors were encountered: