We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5611f commit d63f33fCopy full SHA for d63f33f
src/resolver/strategies/openapi-3-1-apidom/normalize.js
@@ -4,7 +4,6 @@ import {
4
refractorPluginNormalizeOperationIds,
5
refractorPluginNormalizeParameters,
6
refractorPluginNormalizeSecurityRequirements,
7
- refractorPluginNormalizeServers,
8
refractorPluginNormalizeParameterExamples,
9
refractorPluginNormalizeHeaderExamples,
10
createToolbox,
@@ -26,7 +25,6 @@ const normalize = (element) => {
26
25
}),
27
refractorPluginNormalizeParameters(),
28
refractorPluginNormalizeSecurityRequirements(),
29
- refractorPluginNormalizeServers(),
30
refractorPluginNormalizeParameterExamples(),
31
refractorPluginNormalizeHeaderExamples(),
32
];
0 commit comments