forked from loafle/openapi-generator-original
update comment
This commit is contained in:
parent
81feb4ba78
commit
7dac40e31c
@ -160,7 +160,7 @@ public class OpenAPINormalizer {
|
||||
// rules that are default to true
|
||||
rules.put(SIMPLIFY_ONEOF_ANYOF, true);
|
||||
rules.put(SIMPLIFY_BOOLEAN_ENUM, true);
|
||||
rules.put(REFACTOR_ALLOF_WITH_PROPERTIES_ONLY, true); // default to true since v7.5.0
|
||||
rules.put(REFACTOR_ALLOF_WITH_PROPERTIES_ONLY, true); // default to true since v7.7.0
|
||||
|
||||
processRules(inputRules);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user