Skip to content

Commit 2bb67ba

Browse files
HCK-2678: add fe descriotions of arrays
1 parent 78bb980 commit 2bb67ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

forward_engineering/helpers/typeHelper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function getTypeProps(data, key, isParentActivated) {
2929
const arrayProps = {
3030
type,
3131
title: data.title || undefined,
32+
description: data.description || undefined,
3233
items: getArrayItemsType(items, isActivated && isParentActivated),
3334
collectionFormat: data.collectionFormat,
3435
minItems: data.minItems,

0 commit comments

Comments
 (0)