Skip to content

Commit d4ef916

Browse files
Update OpenAPI specification for beta
1 parent 42af584 commit d4ef916

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

openapi/spec3.beta.sdk.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7235,7 +7235,8 @@
72357235
"last",
72367236
"sum"
72377237
],
7238-
"type": "string"
7238+
"type": "string",
7239+
"x-stripeBypassValidation": true
72397240
}
72407241
},
72417242
"required": [
@@ -103695,7 +103696,8 @@
103695103696
"last",
103696103697
"sum"
103697103698
],
103698-
"type": "string"
103699+
"type": "string",
103700+
"x-stripeBypassValidation": true
103699103701
}
103700103702
},
103701103703
"required": [

openapi/spec3.beta.sdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6579,6 +6579,7 @@ components:
65796579
- last
65806580
- sum
65816581
type: string
6582+
x-stripeBypassValidation: true
65826583
required:
65836584
- formula
65846585
title: BillingMeterResourceAggregationSettings
@@ -93974,6 +93975,7 @@ paths:
9397493975
- last
9397593976
- sum
9397693977
type: string
93978+
x-stripeBypassValidation: true
9397793979
required:
9397893980
- formula
9397993981
title: aggregation_settings_param

0 commit comments

Comments
 (0)