We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4f303 commit e39e7f8Copy full SHA for e39e7f8
1 file changed
.speakeasy/ruby-modifications-overlay.yaml
@@ -3,16 +3,14 @@ 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