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
May I suggest a small improvement. When swagger defines a property with "readOnly":true, then the generated property should also be marked as readonly.
This will help type-checking what is passed to an api, when the same type is used for input and response.