Skip to content

Commit

Permalink
fix(resolver): disable Server Objects normalization for OpenAPI 3.1.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Aug 9, 2024
1 parent fd5611f commit d63f33f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 545 deletions.
2 changes: 0 additions & 2 deletions src/resolver/strategies/openapi-3-1-apidom/normalize.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
refractorPluginNormalizeOperationIds,
refractorPluginNormalizeParameters,
refractorPluginNormalizeSecurityRequirements,
refractorPluginNormalizeServers,
refractorPluginNormalizeParameterExamples,
refractorPluginNormalizeHeaderExamples,
createToolbox,
Expand All @@ -26,7 +25,6 @@ const normalize = (element) => {
}),
refractorPluginNormalizeParameters(),
refractorPluginNormalizeSecurityRequirements(),
refractorPluginNormalizeServers(),
refractorPluginNormalizeParameterExamples(),
refractorPluginNormalizeHeaderExamples(),
];
Expand Down
Loading

0 comments on commit d63f33f

Please sign in to comment.