constint
constint
## Affects [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) **Issue** When using the example below, the parser fails with an `"Invalid element {\ntype: myBody\n}` error, because no mediaType is defined in the lib.raml file. If the...
## Affects [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) **Issue** When I use the syntactic sugar [ ], I expect it to be equivalent to using the type facet (as stated in the spec). In both...
# Ok case If we have an example on an object type containing an array property, all is well : When parsing the following. ```yaml /example: post: body: application/json: properties:...
Tested with parser version `1.0.11` For the given raml file ```yaml #%RAML 1.0 title: "Invalid pattern" version: "1.0.0" protocols: - "HTTP" types: stringType: type: string pattern: "\\X" example: "abc" ```...