Skip to content

mufti1/json-to-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyJSON

A simple tool to parse JSON schema to Swagger YAML Schema, this project initiated because I exhausted of converting json to Swagger :3, I try to automate that.

Dev Setup

  • Go

How To Use

  • Run go run main.go
  • It will run on 3000 port
  • Make post request to address:3000/convert with request body { "json_schema": your json_schema }
  • Server link here
  • You can also use with this UI here

Limitations

  • No limitation I think

Contribution

  • Feel free to raise a PR!

About

Convert JSON schema into YAML swagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published