petrochenko-pavel-a / raml-js-parser2-issues

0 stars 0 forks source link

What is a partial method or resource? #26

Closed VasiliyLysokobylko closed 8 years ago

VasiliyLysokobylko commented 8 years ago

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.

VasiliyLysokobylko commented 8 years ago

https://github.com/raml-org/raml-spec/issues/304