You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v4/appstore/index.html
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -873,7 +873,8 @@
873
873
"timestamp" : {
874
874
"type" : "string",
875
875
"description" : "DateTime in UTC of when the the product was consumed/used",
876
-
"format" : "date-time"
876
+
"format" : "date-time",
877
+
"x-is-datetime" : true
877
878
}
878
879
},
879
880
"description" : "Data transfer object for public create usage end point"
@@ -991,12 +992,14 @@
991
992
"currentPeriodEnd" : {
992
993
"type" : "string",
993
994
"description" : "End of the current period that the subscription has been invoiced for.\n",
994
-
"format" : "date-time"
995
+
"format" : "date-time",
996
+
"x-is-datetime" : true
995
997
},
996
998
"endDate" : {
997
999
"type" : "string",
998
1000
"description" : "If the subscription has been canceled, this is the date when the subscription ends. If null, the subscription is active and has not been cancelled",
999
-
"format" : "date-time"
1001
+
"format" : "date-time",
1002
+
"x-is-datetime" : true
1000
1003
},
1001
1004
"id" : {
1002
1005
"type" : "string",
@@ -1018,7 +1021,8 @@
1018
1021
"startDate" : {
1019
1022
"type" : "string",
1020
1023
"description" : "Date when the subscription was first created.",
1021
-
"format" : "date-time"
1024
+
"format" : "date-time",
1025
+
"x-is-datetime" : true
1022
1026
},
1023
1027
"status" : {
1024
1028
"type" : "string",
@@ -1040,7 +1044,8 @@
1040
1044
"endDate" : {
1041
1045
"type" : "string",
1042
1046
"description" : "Date when the subscription to this product will end",
1043
-
"format" : "date-time"
1047
+
"format" : "date-time",
1048
+
"x-is-datetime" : true
1044
1049
},
1045
1050
"id" : {
1046
1051
"type" : "string",
@@ -1060,7 +1065,8 @@
1060
1065
"startDate" : {
1061
1066
"type" : "string",
1062
1067
"description" : "Date the subscription started, or will start. Note: this could be in\nthe future for downgrades or reduced number of seats that haven't taken effect yet.\n",
1063
-
"format" : "date-time"
1068
+
"format" : "date-time",
1069
+
"x-is-datetime" : true
1064
1070
},
1065
1071
"status" : {
1066
1072
"type" : "string",
@@ -1114,7 +1120,8 @@
1114
1120
"recordedAt" : {
1115
1121
"type" : "string",
1116
1122
"description" : "The time when this usage was recorded in UTC",
0 commit comments