This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 181
RAML validation fails with ":" in description #258
Labels
Comments
Ok, know where that is. Will fix in the week-end. |
I did a fairly narrow fix: if a line ends with a ":", I quote. Is this your use case ? |
Below snippet from my RAML, /firmwareUpgradeBatch/{batchName}/cancel: |
My mistake: it's not just ending. it's ": ". I'll make it more general. Thanks. |
Try it again. Thanks for your input, BTW. |
Hi. This changed worked as expected. thanks for your quick response. Please let me know once you merged it. |
It should be merged end of May (for 2.0.1). Thanks. |
Hi, Where can i find this fix? |
Right now only in 2.0.1 branch. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Team,
we have a JaxRS API with documentation that contains ":" in it, like "HH:MM:SS". Once we generated a RAML file using Maven plugin, i tried to validate the RAML file using online validation tools. Its fails saying error as below,
Underlying error while parsing YAML syntax: 'mapping values are not allowed here in 'reader', line 126, column 41: ... description: cancels the job: stops the job's execution and ... ^
If am correct, the description should be closed with double quote which will escape the ":" character.
Regards,
Kumaran.A.E
The text was updated successfully, but these errors were encountered: