In RAML 0.8 and 1.0 we define a trait or resource type as "partial method/resource", be don't really specify what this "partial" inherits.
My initial concern about that and looking at different implementation is that, for example, some support to define is in a trait and some aren't. The spec is not clear about that.
traits:
test:
is: [ pageable ]
pageable:
I am fine with either, but we should be more explicit on what "partial" means, or even if we need to mention that it is partial.
In RAML 0.8 and 1.0 we define a trait or resource type as "partial method/resource", be don't really specify what this "partial" inherits.
My initial concern about that and looking at different implementation is that, for example, some support to define
is
in a trait and some aren't. The spec is not clear about that.I am fine with either, but we should be more explicit on what "partial" means, or even if we need to mention that it is partial.