evangelina

Results 2 issues of evangelina

According to the RAML spec, and validated by RAML team and this [issue](https://github.com/raml-org/raml-spec/issues/163), _version_ is a reserved URI Parameter and it should be replaced by the RAML root version as...

v1

The following RAML is not returning an ERROR: ``` yaml #%RAML 1.0 title: Test named parameters types: dept_code: pattern: ^\d+\-\w+$ traits: chargeable: headers: X-Dept: type: dept_code[] examples: one_dept: - 230-OCTO...

bug
v2
minor