|
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 | 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 | 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 | 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 | 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 | 1120 | "recordedAt" : { |
1115 | 1121 | "type" : "string", |
1116 | 1122 | "description" : "The time when this usage was recorded in UTC", |
1117 | | - "format" : "date-time" |
| 1123 | + "format" : "date-time", |
| 1124 | + "x-is-datetime" : true |
1118 | 1125 | }, |
1119 | 1126 | "usageRecordId" : { |
1120 | 1127 | "type" : "string", |
|
1230 | 1237 | <nav id="scrollingNav"> |
1231 | 1238 | <ul class="sidenav nav nav-list"> |
1232 | 1239 | <li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li> |
1233 | | - <li class="nav-header" data-group="AppStore"><strong>VSN: </strong>4.24.0</li> |
| 1240 | + <li class="nav-header" data-group="AppStore"><strong>VSN: </strong>4.24.1</li> |
1234 | 1241 | <li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li> |
1235 | 1242 | <li data-group="AppStore" data-name="getSubscription" class=""> |
1236 | 1243 | <a href="#api-AppStore-getSubscription">getSubscription</a> |
@@ -1605,7 +1612,7 @@ <h2>Parameters</h2> |
1605 | 1612 | "schema" : { |
1606 | 1613 | "$ref" : "#/components/schemas/CreateUsageRecord" |
1607 | 1614 | }, |
1608 | | - "example" : "{ \"timestamp\": \"2022-01-21T13:01:00Z\", \"quantity\": 10 }" |
| 1615 | + "example" : "{ \"timestamp\": \"2022-01-21T13:01:00\", \"quantity\": 10 }" |
1609 | 1616 | } |
1610 | 1617 | }, |
1611 | 1618 | "required" : true |
|
0 commit comments