Skip to content

Commit

Permalink
Add orderId to Subscription and OneTimeSale yaml files (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobash authored Mar 29, 2024
1 parent aed25fa commit e8bccfc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/components/schemas/OneTimeSale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ properties:
readOnly: true
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
orderId:
type: string
description: ID of the order.
readOnly: true
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
orderType:
description: |-
Specifies the type of order.
Expand Down
6 changes: 6 additions & 0 deletions openapi/components/schemas/Subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ properties:
readOnly: true
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
orderId:
type: string
description: ID of the order.
readOnly: true
maxLength: 50
example: ord_01GYJPRKHBD6ZYHH897QCJMBS4
orderType:
description: |-
Specifies the type of order.
Expand Down

0 comments on commit e8bccfc

Please sign in to comment.