Petru Gardea
Petru Gardea
Consider this: ``` #%RAML 0.8 title: BOM bombs version: v1 schemas: - NotNice: !include NotASchema.json /test: get: responses: 200: body: application/json: schema: NotNice ``` The binary view of NotASchema.json is...
I have the following layout (I am using the test files, renamed include-sequence.yaml to *.raml):  I've added an empty description in sequence-trait.yaml: ``` paged: queryParameters: offset: description: type: integer...