#1248 Returns single item in XML when passing array specification

This commit is contained in:
Anna Bodnia
2016-01-20 11:17:43 +02:00
parent eefa1c8a54
commit 78a09ea16f
4 changed files with 12 additions and 19 deletions

View File

@@ -721,7 +721,6 @@ SwaggerUi.partials.signature = (function () {
if (!items) { return getErrorMessage(); }
value = createSchemaXML(name, items, models);
value += value;
xml = xml || {};