phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

Support JSON schemas in RAML 1.0 #225

Closed stojsavljevic closed 6 years ago

stojsavljevic commented 6 years ago

We need to support json schemas when generating code from RAML 1.0. Most of the code is already in place so this should be easy..