raml-java-parser
raml-java-parser copied to clipboard
(deprecated) A RAML parser based on SnakeYAML written in Java
When I attempt to parse a RAML definition that contains a type where its name is an Integer it failed. A `ClassCastException` is thrown. I try to fix that by...
generated json schema always has"date-time" Date type even if in source it was "date-only" type The issue occurs somewhere after calling toJsonSchema() method of TypeDeclaration class Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-56
Consider the following RAML ``` types: event: type: object discriminator: eventType properties: eventType: string fooEvent: type: event discriminatorValue: foo properties: bar: string /resource: post: body: application/json: type: fooEvent ``` **Expected...
Creates tests for a type declaration validation bug in which unless a discriminator value is supplied any object is valid.
The current codebase has 143 compilation warnings. It would be neat if it didn't :) Description Resource Path Location Type TupleRule is a raw type. References to generic type TupleRule...
It would be nice, if RAML parser contained information about source locations of model elements. Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-155
It would be nice to have an information about source of the node : for example it is important to maintain information that this example came from another file in...
Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-153
For more info, see https://github.com/raml-org/raml-java-parser/issues/37#issuecomment-51699272 Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-152