From 21872b47b154181fdf3703edb759c152695cd84d Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 26 Jun 2024 10:05:19 +0800 Subject: [PATCH] update doc --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index f5d8efd8f7b..9c4e468a634 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -512,7 +512,7 @@ OpenAPI Normalizer transforms the input OpenAPI doc/spec (which may not perfectl - SIMPLIFY_ONEOF_ANYOF - SIMPLIFY_BOOLEAN_ENUM -- REFACTOR_ALLOF_WITH_PROPERTIES_ONLY (default to true since v7.5.0) +- REFACTOR_ALLOF_WITH_PROPERTIES_ONLY (One can use `DISABLE_ALL=true` to disable all the rules)