Files
SwagDefGen/README.md
Rogério Bernardo a81dc08ece Update README.md
2017-03-07 09:23:44 -03:00

547 B

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
  • Feature to add mock values as example in description