This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Type of a body
object is sometimes not processed by the library.
#46
Labels
Source RAML: https://github.com/raml-org/raml-examples/blob/master/others/alainn-mobile-shopping/api.raml
This is very rare but I've noticed that in this case the
type
is not handled properly.For the POST
/mobile-tokens/{mobileType}
which is defined as:the output object is:
The problem is that the
type
property should equalsobject
and the type properties should have been promoted to parent object.The text was updated successfully, but these errors were encountered: