Skip to content

Commit 9490683

Browse files
authored
rename wrong parameter inlineSchemaMappings to inlineSchemaNameMappings (#23598)
1 parent 7c0d2d1 commit 9490683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Another useful option is `inlineSchemaOptions`, which allows you to customize ho
530530
- `MAP_ITEM_SUFFIX` set the map item suffix
531531
- `SKIP_SCHEMA_REUSE=true` is a special value to skip reusing inline schemas during refactoring
532532
- `REFACTOR_ALLOF_INLINE_SCHEMAS=true` will restore the 6.x (or below) behaviour to refactor allOf inline schemas into $ref. (v7.0.0 will skip the refactoring of these allOf inline schemas by default)
533-
- `RESOLVE_INLINE_ENUMS=true` will refactor inline enum definitions into $ref. This must be activated to allow the renaming of inline enum definitions using `inlineSchemaMappings`.
533+
- `RESOLVE_INLINE_ENUMS=true` will refactor inline enum definitions into $ref. This must be activated to allow the renaming of inline enum definitions using `inlineSchemaNameMappings`.
534534
535535
## OpenAPI Normalizer
536536

0 commit comments

Comments
 (0)