Skip to content

Commit ba2e505

Browse files
authored
improve documentation for RESOLVE_INLINE_ENUMS (OpenAPITools#20812)
related to OpenAPITools#20790
1 parent ffa196e commit ba2e505

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
@@ -504,7 +504,7 @@ Another useful option is `inlineSchemaOptions`, which allows you to customize ho
504504
- `MAP_ITEM_SUFFIX` set the map item suffix
505505
- `SKIP_SCHEMA_REUSE=true` is a special value to skip reusing inline schemas during refactoring
506506
- `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)
507-
- `RESOLVE_INLINE_ENUMS=true` will refactor inline enum definitions into $ref
507+
- `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`.
508508
509509
## OpenAPI Normalizer
510510

0 commit comments

Comments
 (0)