This is a package made to accept the path to an APIB files containing data structures, and convert those to a folder of JSON schemas.
$ npm install mson-to-schemas
$ mson-to-schemas path/to/file.apib output-folder [--only some-structure,some-other-structure]
$ npm test
$ npm run lint