I havent been able to find any tools for this conversion, does anyone know of any that exist.
Currently, I have JSON data from Swagger that I would like to convert to Blueprint/MSON to use with Apiary, but I am not sure if this is possible. Any recommendations would be super helpful, or suggestions for other routes to try and onboard my API to Apiary without manually writing it.
There is one here: MSONGenerator. Takes a while to load, but you paste your JSON and get nice MSON out of it. No source code for it as far as I can see, but I didn't look very far.
There's also mson-to-schemas, an npm package. I have no experience with it.
Source: API Blueprint tools section