Skip to content

Commit b28f479

Browse files
Update OpenAPI specification for private preview
1 parent f3fb652 commit b28f479

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

openapi/spec3.private_preview.sdk.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67925,6 +67925,12 @@
6792567925
"metered"
6792667926
],
6792767927
"type": "string"
67928+
},
67929+
"external_reference": {
67930+
"description": "A custom identifier for this price, such as a SKU number or product code, that can be used to reference records from external systems.",
67931+
"maxLength": 5000,
67932+
"nullable": true,
67933+
"type": "string"
6792867934
}
6792967935
},
6793067936
"required": [
@@ -69140,6 +69146,12 @@
6914069146
"format": "decimal",
6914169147
"nullable": true,
6914269148
"type": "string"
69149+
},
69150+
"external_reference": {
69151+
"description": "A custom identifier for this price, such as a SKU number or product code, that can be used to reference records from external systems.",
69152+
"maxLength": 5000,
69153+
"nullable": true,
69154+
"type": "string"
6914369155
}
6914469156
},
6914569157
"required": [

openapi/spec3.private_preview.sdk.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62366,6 +62366,13 @@ components:
6236662366
- licensed
6236762367
- metered
6236862368
type: string
62369+
external_reference:
62370+
description: >-
62371+
A custom identifier for this price, such as a SKU number or product
62372+
code, that can be used to reference records from external systems.
62373+
maxLength: 5000
62374+
nullable: true
62375+
type: string
6236962376
required:
6237062377
- active
6237162378
- amount
@@ -63410,6 +63417,13 @@ components:
6341063417
format: decimal
6341163418
nullable: true
6341263419
type: string
63420+
external_reference:
63421+
description: >-
63422+
A custom identifier for this price, such as a SKU number or product
63423+
code, that can be used to reference records from external systems.
63424+
maxLength: 5000
63425+
nullable: true
63426+
type: string
6341363427
required:
6341463428
- active
6341563429
- billing_scheme

0 commit comments

Comments
 (0)