diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index b4b28e1cb92..436e9f06393 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -114,6 +114,20 @@ Parameter name | Docker variable | Description 'none' (expands nothing). +
resolveSubtreeOnExpand
+ Boolean=true. Controls whether an operation's or model's
+ subtree is resolved (dereferencing $refs and generating
+ samples) when it is expanded. The default is true. Set to
+ false to skip this work and render directly from the
+ unresolved specification, which can keep expansion responsive on very
+ large or deeply nested schemas (for example documents with many nested
+ oneOf compositions). When disabled, referenced schemas are
+ shown by name rather than fully inlined.
+ filterFILTER