We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ac055 commit 48d47f6Copy full SHA for 48d47f6
.speakeasy/ruby-modifications-overlay.yaml
@@ -0,0 +1,12 @@
1
+overlay: 1.0.0
2
+info:
3
+ title: Fix Number Types
4
+ version: 1.0.0
5
+actions:
6
+ - target: "$.components.schemas.EmploymentStatusEnum.properties.source_value.oneOf[?(@.type=='number')]"
7
+ update:
8
+ type:
9
+ - integer
10
+ - number
11
+
12
.speakeasy/workflow.yaml
@@ -15,6 +15,8 @@ sources:
15
- location: https://api.eu1.stackone.com/oas/screening.json
16
- location: https://api.eu1.stackone.com/oas/messaging.json
17
- location: https://api.eu1.stackone.com/oas/accounting.json
18
+ overlays:
19
+ - location: .speakeasy/ruby-modifications-overlay.yaml
20
registry:
21
location: registry.speakeasyapi.dev/stackone/stackone/my-source
22
targets:
0 commit comments