apinf / openapi-designer

Design interface for creating Open API (Swagger) specification files
https://openapi.design
MIT License
69 stars 18 forks source link

Add support for advanced schema fields #276

Closed tulir closed 7 years ago

tulir commented 7 years ago

Fixes #275

This pull request adds support for allOf, uniqueItems, readOnly and additionalProperties in type definitions.

xylix commented 7 years ago

Joined type label seems to be broken (I18n problem?)

tulir commented 7 years ago

There are still some performance issues related to the cached value returning from lazy link fields.