You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
I have a very simple RAML document:
Running AMF, it seems that the parser appends
\\nat the end of my description, which results into the following OAS:{ "basePath": "/2010-04-01", "host": "api.twilio.com", "info": { "description": "This is a test.\\n", "title": "Twilio Mule Extension API", "version": "1.0" } }And querying the graph, I also get a magic
\inside the description:Is appending
\\non purpose or just a bug?