Skip to content

Commit 85588a0

Browse files
committed
feat: collect all deep changes in components.securitySchemes
1 parent fa9b311 commit 85588a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openapi/openapi3.rules.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ export const openApi3Rules = (options: OpenApi3RulesOptions): CompareRules => {
415415
}),
416416
},
417417
'/securitySchemes': {
418+
[AGGREGATE_DIFFS_HERE_RULE]: true,
418419
$: [breaking, nonBreaking, breaking],
419420
'/*': {
420421
$: [breaking, nonBreaking, breaking],

0 commit comments

Comments
 (0)