Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

TheBrenny/json-to-oapi

Repository files navigation

json-to-oapi

An easy Web App that converts json-schema APIs to OpenAPI APIs.

Motivation

Insomnia didn't know how to handle JSON-Schema, so I found an NPM project which converts it to OpenAPI.

Installation

$ git clone https://github.com/TheBrenny/json-to-oapi.git
$ cd json-to-oapi
$ npm install --save-dev  &&  npm start

Install globally, or just use this page!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT