schuderer/mllaunchpad

OpenAPI (OAS3) support

schuderer opened this issue · 0 comments

Currently (as of version 1.0.0), ML Launchpad relies on RAML for specifying the API.

Are we going to support OAS3 (formerly known as Swagger) as well, and when? It seems that RAML support is becoming less crucial overall for corporate use, as MuleSoft also is starting to adopt OAS3: https://blogs.mulesoft.com/news/anypoint-platform/api-adoption-with-oas-3/

One potential issue is that OAS is really meant for bottom-up use (code driven) while ML Launchpad actually tries to keep the users away from writing API code themselves.