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
Now, you can see that objectProperty is missing properties with definitions of its properties prop1 and prop2. And arrayProperty is missing items with its items definitions.
While trying to generate swagger file for the following resource:
I got this definition in swagger file:
Now, you can see that
objectProperty
is missingproperties
with definitions of its propertiesprop1
andprop2
. AndarrayProperty
is missingitems
with its items definitions.I'd expect it to look like this:
Is there any plan for swagger autogeneration to support
array
andobject
?The text was updated successfully, but these errors were encountered: