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.
2 parents 5238e86 + 8f9e959 commit febb190Copy full SHA for febb190
.speakeasy/overlays/open-enums.overlay.yaml
@@ -0,0 +1,10 @@
1
+overlay: 1.0.0
2
+x-speakeasy-jsonpath: rfc9535
3
+info:
4
+ title: Add open enums
5
+ version: 0.0.0
6
+actions:
7
+ - target: $..[?length(@.enum) > 1]
8
+ description: Automatically open all enums that have length > 1
9
+ update:
10
+ x-speakeasy-unknown-values: allow
.speakeasy/workflow.yaml
@@ -4,6 +4,8 @@ sources:
OpenRouter API:
inputs:
- location: .speakeasy/in.openapi.yaml
+ overlays:
+ - location: .speakeasy/overlays/open-enums.overlay.yaml
output: .speakeasy/out.openapi.yaml
registry:
11
location: registry.speakeasyapi.dev/openrouter/sdk/open-router-chat-completions-api
0 commit comments