diff --git a/swagger/swagger.html b/swagger/swagger.html index 0bf0ce1..3c28839 100644 --- a/swagger/swagger.html +++ b/swagger/swagger.html @@ -791,6 +791,7 @@ properties[name] = property; }); param.schema = {}; + param.schema.type = "object"; if(Object.keys(properties).length > 0){ param.schema.properties = properties; }