In the mulesoft training quiz, I came across the question **
In RAML, what response type (mediaType) can RAML NOT accommodate?
** The correct answer is application/text.
To verify, I edited the RAML 0.8 spec, change the response MediaType to application/text, added few Inline text lines as the output, and simulated it. I can simulate and see the output in application/text. No errors. Why is that RAML cannot accomodate MediaType application/text ?.