Skip to content

Commit 116a2d7

Browse files
authored
Merge pull request #52 from lenchvolodymyr/fix/HCK-2678-fe-descriptions-of-arrays
HCK-2678: add fe descriotions of arrays
2 parents 78bb980 + 2bb67ba commit 116a2d7

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)