shopify-webhook-schemas 0.1.9 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/src/infer-schema.js +90 -0
  2. package/metadatas/2025-04/app_purchases_one_time/update.json +1 -1
  3. package/metadatas/2025-04/app_subscriptions/approaching_capped_amount.json +1 -1
  4. package/metadatas/2025-04/app_subscriptions/update.json +5 -2
  5. package/metadatas/2025-04/bulk_operations/finish.json +1 -1
  6. package/metadatas/2025-04/checkouts/create.json +6 -6
  7. package/metadatas/2025-04/checkouts/update.json +6 -6
  8. package/metadatas/2025-04/discounts/create.json +2 -2
  9. package/metadatas/2025-04/discounts/delete.json +1 -1
  10. package/metadatas/2025-04/discounts/redeemcode_added.json +1 -1
  11. package/metadatas/2025-04/discounts/redeemcode_removed.json +1 -1
  12. package/metadatas/2025-04/discounts/update.json +2 -2
  13. package/metadatas/2025-04/draft_orders/create.json +24 -24
  14. package/metadatas/2025-04/draft_orders/update.json +26 -26
  15. package/metadatas/2025-04/fulfillments/create.json +71 -24
  16. package/metadatas/2025-04/fulfillments/update.json +71 -24
  17. package/metadatas/2025-04/inventory_items/create.json +2 -1
  18. package/metadatas/2025-04/inventory_items/delete.json +2 -1
  19. package/metadatas/2025-04/inventory_items/update.json +2 -1
  20. package/metadatas/2025-04/markets_backup_region/update.json +18 -0
  21. package/metadatas/2025-04/order_transactions/create.json +3 -3
  22. package/metadatas/2025-04/orders/cancelled.json +91 -41
  23. package/metadatas/2025-04/orders/create.json +91 -41
  24. package/metadatas/2025-04/orders/edited.json +1 -1
  25. package/metadatas/2025-04/orders/fulfilled.json +91 -41
  26. package/metadatas/2025-04/orders/paid.json +91 -41
  27. package/metadatas/2025-04/orders/partially_fulfilled.json +91 -41
  28. package/metadatas/2025-04/orders/updated.json +91 -41
  29. package/metadatas/2025-04/refunds/create.json +110 -34
  30. package/metadatas/2025-04/selling_plan_groups/create.json +2 -2
  31. package/metadatas/2025-04/selling_plan_groups/delete.json +2 -2
  32. package/metadatas/2025-04/selling_plan_groups/update.json +2 -2
  33. package/metadatas/2025-04/subscription_billing_attempts/challenged.json +2 -2
  34. package/metadatas/2025-04/subscription_billing_attempts/failure.json +2 -2
  35. package/metadatas/2025-04/subscription_billing_attempts/success.json +2 -2
  36. package/metadatas/2025-04/subscription_contracts/activate.json +4 -4
  37. package/metadatas/2025-04/subscription_contracts/cancel.json +4 -4
  38. package/metadatas/2025-04/subscription_contracts/create.json +4 -4
  39. package/metadatas/2025-04/subscription_contracts/expire.json +4 -4
  40. package/metadatas/2025-04/subscription_contracts/fail.json +4 -4
  41. package/metadatas/2025-04/subscription_contracts/pause.json +4 -4
  42. package/metadatas/2025-04/subscription_contracts/update.json +4 -4
  43. package/metadatas/2025-04/tender_transactions/create.json +1 -1
  44. package/package.json +1 -1
  45. package/schemas/2025-04/app_subscriptions/update.json +12 -0
  46. package/schemas/2025-04/carts/create.json +4 -1
  47. package/schemas/2025-04/carts/update.json +4 -1
  48. package/schemas/2025-04/checkouts/create.json +26 -16
  49. package/schemas/2025-04/checkouts/delete.json +3 -0
  50. package/schemas/2025-04/checkouts/update.json +26 -16
  51. package/schemas/2025-04/collections/create.json +20 -0
  52. package/schemas/2025-04/collections/update.json +20 -0
  53. package/schemas/2025-04/company_locations/create.json +37 -6
  54. package/schemas/2025-04/company_locations/delete.json +37 -6
  55. package/schemas/2025-04/company_locations/update.json +37 -6
  56. package/schemas/2025-04/customer_payment_methods/create.json +1 -1
  57. package/schemas/2025-04/customer_payment_methods/revoke.json +1 -1
  58. package/schemas/2025-04/customer_payment_methods/update.json +1 -1
  59. package/schemas/2025-04/customers/create.json +86 -4
  60. package/schemas/2025-04/customers/delete.json +78 -2
  61. package/schemas/2025-04/customers/disable.json +86 -4
  62. package/schemas/2025-04/customers/enable.json +86 -4
  63. package/schemas/2025-04/customers/update.json +86 -4
  64. package/schemas/2025-04/customers_email_marketing_consent/update.json +13 -3
  65. package/schemas/2025-04/customers_marketing_consent/update.json +13 -3
  66. package/schemas/2025-04/disputes/create.json +0 -1
  67. package/schemas/2025-04/disputes/update.json +0 -1
  68. package/schemas/2025-04/domains/create.json +4 -2
  69. package/schemas/2025-04/domains/destroy.json +4 -2
  70. package/schemas/2025-04/domains/update.json +4 -2
  71. package/schemas/2025-04/draft_orders/create.json +138 -4
  72. package/schemas/2025-04/draft_orders/update.json +138 -4
  73. package/schemas/2025-04/fulfillments/create.json +196 -66
  74. package/schemas/2025-04/fulfillments/update.json +196 -66
  75. package/schemas/2025-04/inventory_items/create.json +7 -3
  76. package/schemas/2025-04/inventory_items/update.json +7 -3
  77. package/schemas/2025-04/markets_backup_region/update.json +17 -0
  78. package/schemas/2025-04/order_transactions/create.json +15 -5
  79. package/schemas/2025-04/orders/cancelled.json +76 -4
  80. package/schemas/2025-04/orders/create.json +76 -4
  81. package/schemas/2025-04/orders/edited.json +8 -2
  82. package/schemas/2025-04/orders/fulfilled.json +76 -4
  83. package/schemas/2025-04/orders/paid.json +76 -4
  84. package/schemas/2025-04/orders/partially_fulfilled.json +76 -4
  85. package/schemas/2025-04/orders/risk_assessment_changed.json +9 -2
  86. package/schemas/2025-04/orders/shopify_protect_eligibility_changed.json +8 -1
  87. package/schemas/2025-04/orders/updated.json +76 -4
  88. package/schemas/2025-04/payment_terms/create.json +4 -1
  89. package/schemas/2025-04/payment_terms/update.json +4 -1
  90. package/schemas/2025-04/products/create.json +160 -64
  91. package/schemas/2025-04/products/update.json +160 -64
  92. package/schemas/2025-04/refunds/create.json +764 -17
  93. package/schemas/2025-04/selling_plan_groups/create.json +66 -10
  94. package/schemas/2025-04/selling_plan_groups/update.json +66 -10
  95. package/schemas/2025-04/shop/update.json +4 -3
  96. package/schemas/2025-04/subscription_billing_attempts/challenged.json +0 -1
  97. package/schemas/2025-04/subscription_billing_attempts/failure.json +0 -1
  98. package/schemas/2025-04/subscription_billing_attempts/success.json +0 -1
  99. package/schemas/2025-04/subscription_contracts/activate.json +8 -2
  100. package/schemas/2025-04/subscription_contracts/cancel.json +8 -2
  101. package/schemas/2025-04/subscription_contracts/create.json +8 -2
  102. package/schemas/2025-04/subscription_contracts/expire.json +8 -2
  103. package/schemas/2025-04/subscription_contracts/fail.json +8 -2
  104. package/schemas/2025-04/subscription_contracts/pause.json +8 -2
  105. package/schemas/2025-04/subscription_contracts/update.json +8 -2
  106. package/schemas/2025-04/tender_transactions/create.json +9 -16
  107. package/schemas/2025-04/themes/create.json +4 -1
  108. package/schemas/2025-04/themes/publish.json +4 -1
  109. package/schemas/2025-04/themes/update.json +4 -1
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/expire",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/7180027415",
16
- "id": 7180027415,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/9920832247",
16
+ "id": 9920832247,
17
17
  "billing_policy": {
18
18
  "interval": "week",
19
19
  "interval_count": 4,
20
20
  "min_cycles": 1,
21
21
  "max_cycles": 2
22
22
  },
23
- "currency_code": "USD",
23
+ "currency_code": "CAD",
24
24
  "customer_id": 1,
25
25
  "admin_graphql_api_customer_id": "gid://shopify/Customer/1",
26
26
  "delivery_policy": {
@@ -30,7 +30,7 @@
30
30
  "status": "expired",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "285571129"
33
+ "revision_id": "933322535"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/fail",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/4511581973",
16
- "id": 4511581973,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/9960021727",
16
+ "id": 9960021727,
17
17
  "billing_policy": {
18
18
  "interval": "week",
19
19
  "interval_count": 4,
20
20
  "min_cycles": 1,
21
21
  "max_cycles": 2
22
22
  },
23
- "currency_code": "USD",
23
+ "currency_code": "CAD",
24
24
  "customer_id": 1,
25
25
  "admin_graphql_api_customer_id": "gid://shopify/Customer/1",
26
26
  "delivery_policy": {
@@ -30,7 +30,7 @@
30
30
  "status": "failed",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "4776303696"
33
+ "revision_id": "2471476517"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/pause",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/7340194060",
16
- "id": 7340194060,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/3821261422",
16
+ "id": 3821261422,
17
17
  "billing_policy": {
18
18
  "interval": "week",
19
19
  "interval_count": 4,
20
20
  "min_cycles": 1,
21
21
  "max_cycles": 2
22
22
  },
23
- "currency_code": "USD",
23
+ "currency_code": "CAD",
24
24
  "customer_id": 1,
25
25
  "admin_graphql_api_customer_id": "gid://shopify/Customer/1",
26
26
  "delivery_policy": {
@@ -30,7 +30,7 @@
30
30
  "status": "paused",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "4577061315"
33
+ "revision_id": "3604841662"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/update",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/3499940204",
16
- "id": 3499940204,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/2589804265",
16
+ "id": 2589804265,
17
17
  "billing_policy": {
18
18
  "interval": "week",
19
19
  "interval_count": 4,
20
20
  "min_cycles": 1,
21
21
  "max_cycles": 2
22
22
  },
23
- "currency_code": "USD",
23
+ "currency_code": "CAD",
24
24
  "customer_id": 1,
25
25
  "admin_graphql_api_customer_id": "gid://shopify/Customer/1",
26
26
  "delivery_policy": {
@@ -30,7 +30,7 @@
30
30
  "status": "active",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "5188815872"
33
+ "revision_id": "2746379220"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -17,7 +17,7 @@
17
17
  "response": {
18
18
  "id": 220982911946154500,
19
19
  "order_id": 820982911946154500,
20
- "amount": "403.00",
20
+ "amount": "374.97",
21
21
  "currency": "USD",
22
22
  "user_id": null,
23
23
  "test": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify-webhook-schemas",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "",
5
5
  "main": "dist/src/index.js",
6
6
  "type": "commonjs",
@@ -21,9 +21,18 @@
21
21
  "currency": {
22
22
  "type": "string"
23
23
  },
24
+ "interval": {
25
+ "type": "string"
26
+ },
24
27
  "name": {
25
28
  "type": "string"
26
29
  },
30
+ "plan_handle": {
31
+ "type": "string"
32
+ },
33
+ "price": {
34
+ "type": "string"
35
+ },
27
36
  "status": {
28
37
  "type": "string"
29
38
  },
@@ -38,7 +47,10 @@
38
47
  "capped_amount",
39
48
  "created_at",
40
49
  "currency",
50
+ "interval",
41
51
  "name",
52
+ "plan_handle",
53
+ "price",
42
54
  "status",
43
55
  "updated_at"
44
56
  ],
@@ -202,7 +202,10 @@
202
202
  "type": "integer"
203
203
  },
204
204
  "properties": {
205
- "type": "object"
205
+ "type": [
206
+ "null",
207
+ "object"
208
+ ]
206
209
  },
207
210
  "quantity": {
208
211
  "type": "integer"
@@ -202,7 +202,10 @@
202
202
  "type": "integer"
203
203
  },
204
204
  "properties": {
205
- "type": "object"
205
+ "type": [
206
+ "null",
207
+ "object"
208
+ ]
206
209
  },
207
210
  "quantity": {
208
211
  "type": "integer"
@@ -537,24 +537,31 @@
537
537
  "type": "integer"
538
538
  },
539
539
  "properties": {
540
- "items": {
541
- "properties": {
542
- "name": {
543
- "type": "string"
540
+ "anyOf": [
541
+ {
542
+ "items": {
543
+ "properties": {
544
+ "name": {
545
+ "type": "string"
546
+ },
547
+ "value": {
548
+ "type": "string"
549
+ }
550
+ },
551
+ "required": [
552
+ "name",
553
+ "value"
554
+ ],
555
+ "type": "object"
544
556
  },
545
- "value": {
546
- "type": "string"
547
- }
557
+ "type": "array"
548
558
  },
549
- "required": [
550
- "name",
551
- "value"
552
- ],
553
- "type": "object"
554
- },
555
- "type": [
556
- "array",
557
- "null"
559
+ {
560
+ "type": "object"
561
+ },
562
+ {
563
+ "type": "object"
564
+ }
558
565
  ]
559
566
  },
560
567
  "quantity": {
@@ -1214,6 +1221,9 @@
1214
1221
  {
1215
1222
  "type": "string"
1216
1223
  },
1224
+ {
1225
+ "type": "string"
1226
+ },
1217
1227
  {
1218
1228
  "type": "string"
1219
1229
  }
@@ -54,6 +54,9 @@
54
54
  {
55
55
  "type": "string"
56
56
  },
57
+ {
58
+ "type": "string"
59
+ },
57
60
  {
58
61
  "type": "string"
59
62
  }
@@ -537,24 +537,31 @@
537
537
  "type": "integer"
538
538
  },
539
539
  "properties": {
540
- "items": {
541
- "properties": {
542
- "name": {
543
- "type": "string"
540
+ "anyOf": [
541
+ {
542
+ "items": {
543
+ "properties": {
544
+ "name": {
545
+ "type": "string"
546
+ },
547
+ "value": {
548
+ "type": "string"
549
+ }
550
+ },
551
+ "required": [
552
+ "name",
553
+ "value"
554
+ ],
555
+ "type": "object"
544
556
  },
545
- "value": {
546
- "type": "string"
547
- }
557
+ "type": "array"
548
558
  },
549
- "required": [
550
- "name",
551
- "value"
552
- ],
553
- "type": "object"
554
- },
555
- "type": [
556
- "array",
557
- "null"
559
+ {
560
+ "type": "object"
561
+ },
562
+ {
563
+ "type": "object"
564
+ }
558
565
  ]
559
566
  },
560
567
  "quantity": {
@@ -1214,6 +1221,9 @@
1214
1221
  {
1215
1222
  "type": "string"
1216
1223
  },
1224
+ {
1225
+ "type": "string"
1226
+ },
1217
1227
  {
1218
1228
  "type": "string"
1219
1229
  }
@@ -14,6 +14,26 @@
14
14
  "id": {
15
15
  "type": "integer"
16
16
  },
17
+ "image": {
18
+ "properties": {
19
+ "alt": {
20
+ "type": "string"
21
+ },
22
+ "created_at": {
23
+ "type": "string"
24
+ },
25
+ "height": {
26
+ "type": "number"
27
+ },
28
+ "src": {
29
+ "type": "string"
30
+ },
31
+ "width": {
32
+ "type": "number"
33
+ }
34
+ },
35
+ "type": "object"
36
+ },
17
37
  "published_at": {
18
38
  "format": "date-time",
19
39
  "type": "string"
@@ -14,6 +14,26 @@
14
14
  "id": {
15
15
  "type": "integer"
16
16
  },
17
+ "image": {
18
+ "properties": {
19
+ "alt": {
20
+ "type": "string"
21
+ },
22
+ "created_at": {
23
+ "type": "string"
24
+ },
25
+ "height": {
26
+ "type": "number"
27
+ },
28
+ "src": {
29
+ "type": "string"
30
+ },
31
+ "width": {
32
+ "type": "number"
33
+ }
34
+ },
35
+ "type": "object"
36
+ },
17
37
  "published_at": {
18
38
  "format": "date-time",
19
39
  "type": "string"
@@ -38,10 +38,16 @@
38
38
  "type": "string"
39
39
  },
40
40
  "first_name": {
41
- "type": "null"
41
+ "type": [
42
+ "null",
43
+ "string"
44
+ ]
42
45
  },
43
46
  "last_name": {
44
- "type": "null"
47
+ "type": [
48
+ "null",
49
+ "string"
50
+ ]
45
51
  },
46
52
  "phone": {
47
53
  "type": "string"
@@ -85,8 +91,21 @@
85
91
  },
86
92
  "buyer_experience_configuration": {
87
93
  "properties": {
94
+ "checkout_to_draft": {
95
+ "type": "boolean"
96
+ },
97
+ "deposit": {
98
+ "type": "null"
99
+ },
100
+ "editable_shipping_address": {
101
+ "type": "boolean"
102
+ },
88
103
  "pay_now_only": {
89
104
  "type": "boolean"
105
+ },
106
+ "payment_terms_template_admin_graphql_api_id": {
107
+ "format": "uri",
108
+ "type": "string"
90
109
  }
91
110
  },
92
111
  "required": [
@@ -193,10 +212,16 @@
193
212
  "type": "string"
194
213
  },
195
214
  "first_name": {
196
- "type": "null"
215
+ "type": [
216
+ "null",
217
+ "string"
218
+ ]
197
219
  },
198
220
  "last_name": {
199
- "type": "null"
221
+ "type": [
222
+ "null",
223
+ "string"
224
+ ]
200
225
  },
201
226
  "phone": {
202
227
  "type": "string"
@@ -253,12 +278,18 @@
253
278
  "required": [
254
279
  "tax_id"
255
280
  ],
256
- "type": "object"
281
+ "type": [
282
+ "null",
283
+ "object"
284
+ ]
257
285
  },
258
286
  "tax_settings": {
259
287
  "properties": {
260
288
  "tax_exempt": {
261
- "type": "null"
289
+ "type": [
290
+ "boolean",
291
+ "null"
292
+ ]
262
293
  },
263
294
  "tax_exemptions": {
264
295
  "items": {
@@ -38,10 +38,16 @@
38
38
  "type": "string"
39
39
  },
40
40
  "first_name": {
41
- "type": "null"
41
+ "type": [
42
+ "null",
43
+ "string"
44
+ ]
42
45
  },
43
46
  "last_name": {
44
- "type": "null"
47
+ "type": [
48
+ "null",
49
+ "string"
50
+ ]
45
51
  },
46
52
  "phone": {
47
53
  "type": "string"
@@ -85,8 +91,21 @@
85
91
  },
86
92
  "buyer_experience_configuration": {
87
93
  "properties": {
94
+ "checkout_to_draft": {
95
+ "type": "boolean"
96
+ },
97
+ "deposit": {
98
+ "type": "null"
99
+ },
100
+ "editable_shipping_address": {
101
+ "type": "boolean"
102
+ },
88
103
  "pay_now_only": {
89
104
  "type": "boolean"
105
+ },
106
+ "payment_terms_template_admin_graphql_api_id": {
107
+ "format": "uri",
108
+ "type": "string"
90
109
  }
91
110
  },
92
111
  "required": [
@@ -193,10 +212,16 @@
193
212
  "type": "string"
194
213
  },
195
214
  "first_name": {
196
- "type": "null"
215
+ "type": [
216
+ "null",
217
+ "string"
218
+ ]
197
219
  },
198
220
  "last_name": {
199
- "type": "null"
221
+ "type": [
222
+ "null",
223
+ "string"
224
+ ]
200
225
  },
201
226
  "phone": {
202
227
  "type": "string"
@@ -253,12 +278,18 @@
253
278
  "required": [
254
279
  "tax_id"
255
280
  ],
256
- "type": "object"
281
+ "type": [
282
+ "null",
283
+ "object"
284
+ ]
257
285
  },
258
286
  "tax_settings": {
259
287
  "properties": {
260
288
  "tax_exempt": {
261
- "type": "null"
289
+ "type": [
290
+ "boolean",
291
+ "null"
292
+ ]
262
293
  },
263
294
  "tax_exemptions": {
264
295
  "items": {
@@ -38,10 +38,16 @@
38
38
  "type": "string"
39
39
  },
40
40
  "first_name": {
41
- "type": "null"
41
+ "type": [
42
+ "null",
43
+ "string"
44
+ ]
42
45
  },
43
46
  "last_name": {
44
- "type": "null"
47
+ "type": [
48
+ "null",
49
+ "string"
50
+ ]
45
51
  },
46
52
  "phone": {
47
53
  "type": "string"
@@ -85,8 +91,21 @@
85
91
  },
86
92
  "buyer_experience_configuration": {
87
93
  "properties": {
94
+ "checkout_to_draft": {
95
+ "type": "boolean"
96
+ },
97
+ "deposit": {
98
+ "type": "null"
99
+ },
100
+ "editable_shipping_address": {
101
+ "type": "boolean"
102
+ },
88
103
  "pay_now_only": {
89
104
  "type": "boolean"
105
+ },
106
+ "payment_terms_template_admin_graphql_api_id": {
107
+ "format": "uri",
108
+ "type": "string"
90
109
  }
91
110
  },
92
111
  "required": [
@@ -193,10 +212,16 @@
193
212
  "type": "string"
194
213
  },
195
214
  "first_name": {
196
- "type": "null"
215
+ "type": [
216
+ "null",
217
+ "string"
218
+ ]
197
219
  },
198
220
  "last_name": {
199
- "type": "null"
221
+ "type": [
222
+ "null",
223
+ "string"
224
+ ]
200
225
  },
201
226
  "phone": {
202
227
  "type": "string"
@@ -253,12 +278,18 @@
253
278
  "required": [
254
279
  "tax_id"
255
280
  ],
256
- "type": "object"
281
+ "type": [
282
+ "null",
283
+ "object"
284
+ ]
257
285
  },
258
286
  "tax_settings": {
259
287
  "properties": {
260
288
  "tax_exempt": {
261
- "type": "null"
289
+ "type": [
290
+ "boolean",
291
+ "null"
292
+ ]
262
293
  },
263
294
  "tax_exemptions": {
264
295
  "items": {
@@ -21,7 +21,7 @@
21
21
  "type": "string"
22
22
  },
23
23
  "last_digits": {
24
- "format": "time",
24
+ "format": "date-time",
25
25
  "type": "string"
26
26
  },
27
27
  "month": {
@@ -21,7 +21,7 @@
21
21
  "type": "string"
22
22
  },
23
23
  "last_digits": {
24
- "format": "time",
24
+ "format": "date-time",
25
25
  "type": "string"
26
26
  },
27
27
  "month": {
@@ -21,7 +21,7 @@
21
21
  "type": "string"
22
22
  },
23
23
  "last_digits": {
24
- "format": "time",
24
+ "format": "date-time",
25
25
  "type": "string"
26
26
  },
27
27
  "month": {