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
Field example in IApiModelPropertyArgs has type any[]. That means I cannot set a proper example for e.g. strings or numbers. Casting the value to any works.
It's related to #37 but author settled down for a workaround and closed the issue.
I can see that you have a related PR that fixes it waiting for its turn: #38
The text was updated successfully, but these errors were encountered:
Field
example
inIApiModelPropertyArgs
has typeany[]
. That means I cannot set a proper example for e.g. strings or numbers. Casting the value toany
works.It's related to #37 but author settled down for a workaround and closed the issue.
I can see that you have a related PR that fixes it waiting for its turn:
#38
The text was updated successfully, but these errors were encountered: