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
This sort of depends on #2 - the RAML spec allows the transformation functions "pluralize" and "singularize". This should behave similarly with #2 where the actual resource that inherits a parameterized type/trait overwrites the <<parameterFoo>> as well as takes care of the transform functions, like <<parameterFoo | !pluralize>> turns into someFoos (rather than someFoo.
The text was updated successfully, but these errors were encountered:
This sort of depends on #2 - the RAML spec allows the transformation functions "pluralize" and "singularize". This should behave similarly with #2 where the actual resource that inherits a parameterized type/trait overwrites the
<<parameterFoo>>
as well as takes care of the transform functions, like<<parameterFoo | !pluralize>>
turns intosomeFoos
(rather thansomeFoo
.The text was updated successfully, but these errors were encountered: