We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befd1ce commit deb2496Copy full SHA for deb2496
1 file changed
.speakeasy/ruby-modifications-overlay.yaml
@@ -3,16 +3,12 @@ info:
3
title: Fix Number Types
4
version: 1.0.0
5
actions:
6
- - target: "$.components.schemas.EmploymentStatusEnum.properties.source_value.oneOf[?(@.type=='number')]"
+ - target: "$.components.schemas.EmploymentStatusEnum.properties.source_value.oneOf"
7
+ description: Add integer type option to allow Ruby SDK to accept integer values
8
update:
- type:
9
- - integer
10
- - number
+ - type: integer
11
12
- - target: "$.components.schemas.AssignmentStatusEnum.properties.source_value.oneOf[?(@.type=='number')]"
+ - target: "$.components.schemas.AssignmentStatusEnum.properties.source_value.oneOf"
13
14
15
16
17
-
18
0 commit comments