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
Add a rule that checks schema names for throw-away words such as "response" and "payload" and recommends dropping those words. Might need to check if recommended name is already present -- to avoid recommending a duplicate.
We could add some exceptions, e.g. ErrorResponse, since this generally won't show up in method signatures in the SDKs.
The text was updated successfully, but these errors were encountered:
Add a rule that checks schema names for throw-away words such as "response" and "payload" and recommends dropping those words. Might need to check if recommended name is already present -- to avoid recommending a duplicate.
We could add some exceptions, e.g. ErrorResponse, since this generally won't show up in method signatures in the SDKs.
The text was updated successfully, but these errors were encountered: