Petru Gardea

Results 2 issues of 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...

v1

I have the following layout (I am using the test files, renamed include-sequence.yaml to *.raml): ![layout](https://cloud.githubusercontent.com/assets/8659307/4414874/08014fc4-4521-11e4-8420-1d0c257fe03a.png) I've added an empty description in sequence-trait.yaml: ``` paged: queryParameters: offset: description: type: integer...

v1