Skip to content

Commit 3222ea2

Browse files
Update API definitions
1 parent f6001a6 commit 3222ea2

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

openapi/components/schemas/RecurringOrder.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,13 @@ properties:
208208
Date and time when the subscription starts.
209209
If this value is `null`, the current time is used.
210210
This value cannot be more than one service period in the past.
211-
type: string
211+
type:
212+
- 'string'
213+
- 'null'
212214
x-sortable: true
213215
x-basic: true
216+
example: null
217+
default: null
214218
format: date-time
215219
activationTime:
216220
description: Date and time when the order is activated.

openapi/components/schemas/StorefrontSubscription.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ properties:
222222
x-sortable: true
223223
x-basic: true
224224
example: null
225+
default: null
225226
format: date-time
226227
churnTime:
227228
description: Date and time when the subscription is deactivated.

openapi/components/schemas/Subscription.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ properties:
152152
x-sortable: true
153153
x-basic: true
154154
example: null
155+
default: null
155156
format: date-time
156157
churnTime:
157158
description: Date and time when the subscription is deactivated.

0 commit comments

Comments
 (0)