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
Will create a validation where the body of /postMethod is expected to be a string rather than an object. This is because the parser interprets the type property to be referring to the type of the object, rather than a property of the object
When defining the body for a post method, if I define the body to be an object with a property called
type, the behavior is flaky and incorrect.For example:
Will create a validation where the body of
/postMethodis expected to be astringrather than anobject. This is because the parser interprets thetypeproperty to be referring to the type of the object, rather than a property of the object