raml-java-parser icon indicating copy to clipboard operation
raml-java-parser copied to clipboard

v0.8: multiple types for parameter is not supported

Open nidi3 opened this issue 7 years ago • 1 comments

The example from the spec gives 2 ValidationResults:

Invalid element {
    type: string, 
    description: Text content. The text content must be the last field in the form.
}.
Invalid element {
    type: file,
    description: File to upload. The file must be the last field in the form.
}.

Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-106

nidi3 avatar Jan 13 '17 15:01 nidi3

This is blocking me from using raml-parser-2. I have to fall back to using raml-parser for this case.

benken-parasoft avatar Apr 29 '17 00:04 benken-parasoft