@servicetitan/dte-unlayer 0.31.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,7 +131,7 @@ export const schemaBuildMap = (schema: SchemaObject): { map: SchemaMap; dummyDat
131
131
  fieldKey: nodeKey,
132
132
  fullKey,
133
133
  fullTitle,
134
- title: node.title ?? fullTitle,
134
+ title: node.title ?? isArrayed ? nodeLabel : fullTitle,
135
135
  node,
136
136
  isArrayed,
137
137
  isValue: !schemaIsObject(node) && !schemaIsArray(node),