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
Enums defined in json models get codegen'd as NSString properties, and no enums are created. This can be observed in the petstore example, which has enum properties but don't get translated in the objective-c codegen.
Enums defined in json models get codegen'd as
NSStringproperties, and no enums are created. This can be observed in the petstore example, which has enum properties but don't get translated in the objective-c codegen.