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 I try to build swagger docs based off of this I get the following error:
Found undefined and using theme.openapi options
Prerendering docs
TypeError: t.required.indexOf is not a function
It works if I make the address an empty object, but for some reason when I define the keys of the address object the required field gets messed up and becomes a boolean when it should be an array of the required fields. I've attempted multiple workarounds with no luck
The text was updated successfully, but these errors were encountered:
When I try to build swagger docs based off of this I get the following error:
It works if I make the address an empty object, but for some reason when I define the keys of the address object the
required
field gets messed up and becomes a boolean when it should be an array of the required fields. I've attempted multiple workarounds with no luckThe text was updated successfully, but these errors were encountered: