You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lb3, we allow to use array to create long descriptions in JSON files inside @model decorator. But this feature is not welcome by groups working on Swagger and OpenAPI specs.
In lb4 docs, this field only supports stings. Do we want array to be supported as well?
The text was updated successfully, but these errors were encountered:
bajtos
changed the title
description field in settings of Model decorator
Array values for description field in settings of Model decorator
Jul 25, 2019
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
Description
In
lb3
, we allow to use array to create long descriptions in JSON files inside@model
decorator. But this feature is not welcome by groups working on Swagger and OpenAPI specs.In
lb4
docs, this field only supports stings. Do we want array to be supported as well?The text was updated successfully, but these errors were encountered: