···176176 };
177177 };
178178 /**
179179- * Rename schema component keys and automatically update all `$ref` pointers
180180- * throughout the specification.
181181- *
182182- * This is useful for:
183183- * - Stripping version markers from schema names
184184- * - Removing vendor prefixes
185185- * - Converting naming conventions
186186- * - Shortening verbose auto-generated names
179179+ * Sometimes your schema names are auto-generated or follow a naming convention
180180+ * that produces verbose or awkward type names. You can rename schema component
181181+ * keys throughout the specification, automatically updating all `$ref` pointers.
187182 *
188183 * @example
189184 * ```ts