We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965ca7a commit e1aaf54Copy full SHA for e1aaf54
src/resolver/strategies/openapi-3-1.js
@@ -90,6 +90,7 @@ const resolveOpenAPI31Strategy = async (options) => {
90
],
91
},
92
dereference: {
93
+ maxDepth: 100,
94
strategies: [
95
OpenApi3_1SwaggerClientDereferenceStrategy({
96
allowMetaPatches,
0 commit comments