No errors in typed fragments
sichvoge opened this issue · 1 comments
sichvoge commented
Branch: develop
Milestone: v1
Related to: #410
I don't see any errors in the following RAML typed fragment:
#%RAML 1.0 Library
types:
Dog:
properties:
bark: boolean
annotationTypes:
deprecated: Dog
Please review all type fragments for errors and warnings.
sichvoge commented
invalid - the example is working correctly and i also get errors.