diff --git a/lib/services/schema-helper.service.ts b/lib/services/schema-helper.service.ts index 613b85f3..fa6fd025 100644 --- a/lib/services/schema-helper.service.ts +++ b/lib/services/schema-helper.service.ts @@ -64,6 +64,7 @@ const injectors = { } else { injectors.object.inject(injectTo, propertySchema.items); } + if (!injectTo.description) injectTo.description = propertySchema.items.description; injectTo._widgetType = 'array'; } },