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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
According to http://docs.raml.org/specs/1.0/#raml-10-spec-applying-resource-types-and-traits child resources should inherit traits (from "is" tag) from parent resources, but currently every resource contains just its own list of traits. Now users of RAML parsers should collect full list of traits manually in accordance with resources' inheritance and method
Please comment whether is it bug or not, and if it's not - please write it explicitly in ReadMe.md
The text was updated successfully, but these errors were encountered:
And in this example "get" method should have its own 2 traits ('paged' and 'rateLimited') and 1 trait ('secured') which is common for all methods. Does it mean that if I call
method.is()
it should return all 3 traits? Now it returns just 2 traits
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to http://docs.raml.org/specs/1.0/#raml-10-spec-applying-resource-types-and-traits child resources should inherit traits (from "is" tag) from parent resources, but currently every resource contains just its own list of traits. Now users of RAML parsers should collect full list of traits manually in accordance with resources' inheritance and method
Please comment whether is it bug or not, and if it's not - please write it explicitly in ReadMe.md
The text was updated successfully, but these errors were encountered: