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
Previous issue regarding this topic is closed as completed, but I can not find anywhere the example of how to use the said types of array or objects, because as it is decribed in the previous issue, it does not work.
The said types are really needed.
I have noticed, that Redoc can have an array containing object elements. Is there any way to that also? Or are any changes required for that to work?
Any of theses examples does not work.
* @bodyParam my_object object required.
* Some object
*
* @bodyParam my_object.item string required
* Item in the object.
* @bodyParam my_array array
* Some array.
*
* @bodyParam my_array.* integer
* Items in the array.
* @bodyParam my_set array
* Some set
*
* @bodyParam my_set.*.item string
* Object element within set
The text was updated successfully, but these errors were encountered:
Issue based on #19
Previous issue regarding this topic is closed as completed, but I can not find anywhere the example of how to use the said types of array or objects, because as it is decribed in the previous issue, it does not work.
The said types are really needed.
I have noticed, that Redoc can have an array containing object elements. Is there any way to that also? Or are any changes required for that to work?
Any of theses examples does not work.
The text was updated successfully, but these errors were encountered: