This repository has been archived by the owner on May 10, 2024. It is now read-only.
Issue with adding a property called type
to an object
#182
Labels
type
to an object
#182
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
/postMethod
is expected to be astring
rather than anobject
. This is because the parser interprets thetype
property to be referring to the type of the object, rather than a property of the objectThe text was updated successfully, but these errors were encountered: