StrayDragon / SwagDefGen

This is a tool to help building Swagger documentations. It converts JSON request/response mocks to Swagger definitions.

Home Page:https://roger13.github.io/SwagDefGen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwagDefGen

This is a tool to help building Swagger documentations. It converts JSON request/response mocks to Swagger definitions.

  • Supports all swagger types
  • Detects int32 and int64 formats
    • Added unsafe format to integers that use more than 64 bits
  • Detects date and date-time formats according to ISO 8601
  • Allows nested objects and arrays
  • Supports nullable fields
  • Allows mock values to be added as example in description

TO-DO List

  • Reflection for detecting reusable definitions

About

This is a tool to help building Swagger documentations. It converts JSON request/response mocks to Swagger definitions.

https://roger13.github.io/SwagDefGen

License:MIT License


Languages

Language:JavaScript 74.0%Language:HTML 26.0%