starfishmod / WPAPI-SwaggerGenerator

Generate a swagger file for your Wordpress based on the API plugins installed
MIT License
63 stars 18 forks source link

Fix array/object types #20

Open eastcoastcoder opened 4 years ago

eastcoastcoder commented 4 years ago

Previously all array and object types defaulted to strings. This should instead look at the array/object item's type and (if the item is an object) all the properties within that item. I've tested it against two levels deep of arrays of objects and it seems to work correctly now.