bjdash / apic

One opensource tool for all your API needs.APIC is a free open-source solution that can help you in API Designing, API Testing (even during designing), API Documentation, Simulating your API response for the frontent team etc.
89 stars 20 forks source link

Properties like "minLength", "maxLength", etc. become unbreakable string #22

Open AleksCerberus opened 3 years ago

AleksCerberus commented 3 years ago

Properties like "minLength", "maxLength", etc. become unbreakable string. It could be difficult to read.

Снимок экрана 2021-09-07 в 21 24 19

May be there should be some delimeter between them?

bjdash commented 3 years ago

Additional space is added between the minLength & maxLength property. But still keeping this open as I plan on redesigning the JSON schema viewer.