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
When referencing a component via $ref as a param type, the resolved datatype on the parameter (accessed via allParams) is number and isEnum is false.
Now with this resulting model there's no possibility to correctly resolve the enum name.
Consider the following schema:
When referencing a component via $ref as a param type, the resolved datatype on the parameter (accessed via
allParams
) isnumber
andisEnum
isfalse
.Now with this resulting model there's no possibility to correctly resolve the enum name.
Consider the following schema:
This is the result:
The text was updated successfully, but these errors were encountered: