File tree Expand file tree Collapse file tree
openapi/components/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments