Field Description Overridden by TrimmedNonEmptyString Description

I am generating a json schema, I've noticed that field description get's overriden by description of Trimmed, is there some way to fix it?
  jsdocTag: Schema.NonEmptyTrimmedString.pipe(
    Schema.annotations({ description: DESCRIPTIONS.jsdocTag }),
  ),
image.png
Was this page helpful?