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 b159ba9 commit 175c0caCopy full SHA for 175c0ca
1 file changed
releases/overlays/shared.overlay.yaml
@@ -3,6 +3,11 @@ info:
3
title: Shared overlay for Formance Stack OpenAPI spec
4
version: 0.0.1
5
actions:
6
+ # Restore info.version (overwritten by last-wins merge from component specs)
7
+ - target: $.info
8
+ update:
9
+ version: SDK_VERSION
10
+
11
# Remove the NoAuthorization securityScheme definition (injected by component merge)
12
- target: $.components.securitySchemes.NoAuthorization
13
remove: true
0 commit comments