Warnings do not show up
sichvoge opened this issue · 2 comments
sichvoge commented
Branch: develop
Milestone: v1
Related to: #403.
Using the following RAML document:
#%RAML 0.8
title: Ready
/example:
get:
responses:
200:
body:
application/json:
schema: |
{
"type":
}
The following warning should pop up "Unrecognized schema".
sichvoge commented
Not all the warnings are off. In RAML 1.0 its working.
carowright commented
fixed in #422