shopify-webhook-schemas 0.1.3 → 0.1.4
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.
- package/Readme.md +14 -2
- package/dist/src/anonymize-exemplars.d.ts +1 -0
- package/dist/src/anonymize-exemplars.js +51 -0
- package/dist/src/index.js +2 -2
- package/dist/src/scrape.js +501 -182
- package/metadatas/2024-07/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-07/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-07/app_subscriptions/update.json +1 -1
- package/metadatas/2024-07/bulk_operations/finish.json +2 -2
- package/metadatas/2024-07/checkouts/create.json +6 -6
- package/metadatas/2024-07/checkouts/update.json +6 -6
- package/metadatas/2024-07/draft_orders/create.json +20 -20
- package/metadatas/2024-07/draft_orders/update.json +20 -20
- package/metadatas/2024-07/orders/edited.json +1 -0
- package/metadatas/2024-07/product_listings/add.json +1 -13
- package/metadatas/2024-07/product_listings/update.json +1 -13
- package/metadatas/2024-07/scheduled_product_listings/add.json +1 -13
- package/metadatas/2024-07/scheduled_product_listings/update.json +1 -13
- package/metadatas/2024-07/selling_plan_groups/create.json +2 -2
- package/metadatas/2024-07/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-07/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-07/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-07/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-07/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-07/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-07/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-07/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-07/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-07/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-07/subscription_contracts/activate.json +3 -3
- package/metadatas/2024-07/subscription_contracts/cancel.json +3 -3
- package/metadatas/2024-07/subscription_contracts/create.json +3 -3
- package/metadatas/2024-07/subscription_contracts/expire.json +3 -3
- package/metadatas/2024-07/subscription_contracts/fail.json +3 -3
- package/metadatas/2024-07/subscription_contracts/pause.json +3 -3
- package/metadatas/2024-07/subscription_contracts/update.json +3 -3
- package/package.json +9 -1
- package/schemas/2023-07/checkouts/create.json +578 -102
- package/schemas/2023-07/checkouts/delete.json +26 -4
- package/schemas/2023-07/checkouts/update.json +578 -102
- package/schemas/2023-07/collection_listings/add.json +9 -2
- package/schemas/2023-07/collection_listings/remove.json +7 -0
- package/schemas/2023-07/collection_listings/update.json +9 -2
- package/schemas/2023-07/company_locations/create.json +8 -2
- package/schemas/2023-07/company_locations/delete.json +8 -2
- package/schemas/2023-07/company_locations/update.json +8 -2
- package/schemas/2023-07/draft_orders/create.json +729 -126
- package/schemas/2023-07/draft_orders/update.json +729 -126
- package/schemas/2023-07/fulfillments/create.json +149 -30
- package/schemas/2023-07/fulfillments/update.json +149 -30
- package/schemas/2023-07/order_transactions/create.json +31 -9
- package/schemas/2023-07/orders/cancelled.json +966 -48
- package/schemas/2023-07/orders/create.json +966 -48
- package/schemas/2023-07/orders/fulfilled.json +966 -48
- package/schemas/2023-07/orders/paid.json +966 -48
- package/schemas/2023-07/orders/partially_fulfilled.json +966 -48
- package/schemas/2023-07/orders/updated.json +966 -48
- package/schemas/2023-07/products/create.json +191 -17
- package/schemas/2023-07/products/update.json +191 -17
- package/schemas/2023-10/checkouts/create.json +578 -102
- package/schemas/2023-10/checkouts/delete.json +26 -4
- package/schemas/2023-10/checkouts/update.json +578 -102
- package/schemas/2023-10/collection_listings/add.json +9 -2
- package/schemas/2023-10/collection_listings/remove.json +7 -0
- package/schemas/2023-10/collection_listings/update.json +9 -2
- package/schemas/2023-10/company_locations/create.json +8 -2
- package/schemas/2023-10/company_locations/delete.json +8 -2
- package/schemas/2023-10/company_locations/update.json +8 -2
- package/schemas/2023-10/draft_orders/create.json +729 -126
- package/schemas/2023-10/draft_orders/update.json +729 -126
- package/schemas/2023-10/fulfillments/create.json +149 -30
- package/schemas/2023-10/fulfillments/update.json +149 -30
- package/schemas/2023-10/order_transactions/create.json +28 -9
- package/schemas/2023-10/orders/cancelled.json +966 -48
- package/schemas/2023-10/orders/create.json +966 -48
- package/schemas/2023-10/orders/fulfilled.json +966 -48
- package/schemas/2023-10/orders/paid.json +966 -48
- package/schemas/2023-10/orders/partially_fulfilled.json +966 -48
- package/schemas/2023-10/orders/updated.json +966 -48
- package/schemas/2023-10/products/create.json +191 -17
- package/schemas/2023-10/products/update.json +191 -17
- package/schemas/2024-01/checkouts/create.json +585 -100
- package/schemas/2024-01/checkouts/delete.json +26 -4
- package/schemas/2024-01/checkouts/update.json +585 -100
- package/schemas/2024-01/collection_listings/add.json +9 -2
- package/schemas/2024-01/collection_listings/remove.json +7 -0
- package/schemas/2024-01/collection_listings/update.json +9 -2
- package/schemas/2024-01/company_locations/create.json +8 -2
- package/schemas/2024-01/company_locations/delete.json +8 -2
- package/schemas/2024-01/company_locations/update.json +8 -2
- package/schemas/2024-01/draft_orders/create.json +733 -124
- package/schemas/2024-01/draft_orders/update.json +733 -124
- package/schemas/2024-01/fulfillment_orders/split.json +237 -2
- package/schemas/2024-01/fulfillments/create.json +149 -30
- package/schemas/2024-01/fulfillments/update.json +149 -30
- package/schemas/2024-01/order_transactions/create.json +28 -9
- package/schemas/2024-01/orders/cancelled.json +970 -50
- package/schemas/2024-01/orders/create.json +970 -50
- package/schemas/2024-01/orders/fulfilled.json +970 -50
- package/schemas/2024-01/orders/paid.json +970 -50
- package/schemas/2024-01/orders/partially_fulfilled.json +970 -50
- package/schemas/2024-01/orders/updated.json +970 -50
- package/schemas/2024-01/products/create.json +191 -17
- package/schemas/2024-01/products/update.json +191 -17
- package/schemas/2024-04/checkouts/create.json +585 -100
- package/schemas/2024-04/checkouts/delete.json +26 -4
- package/schemas/2024-04/checkouts/update.json +585 -100
- package/schemas/2024-04/collection_listings/add.json +9 -2
- package/schemas/2024-04/collection_listings/remove.json +7 -0
- package/schemas/2024-04/collection_listings/update.json +9 -2
- package/schemas/2024-04/company_locations/create.json +8 -2
- package/schemas/2024-04/company_locations/delete.json +8 -2
- package/schemas/2024-04/company_locations/update.json +8 -2
- package/schemas/2024-04/draft_orders/create.json +733 -124
- package/schemas/2024-04/draft_orders/update.json +733 -124
- package/schemas/2024-04/fulfillment_orders/split.json +237 -2
- package/schemas/2024-04/fulfillments/create.json +149 -30
- package/schemas/2024-04/fulfillments/update.json +149 -30
- package/schemas/2024-04/order_transactions/create.json +28 -9
- package/schemas/2024-04/orders/cancelled.json +967 -50
- package/schemas/2024-04/orders/create.json +967 -50
- package/schemas/2024-04/orders/fulfilled.json +967 -50
- package/schemas/2024-04/orders/paid.json +967 -50
- package/schemas/2024-04/orders/partially_fulfilled.json +967 -50
- package/schemas/2024-04/orders/updated.json +967 -50
- package/schemas/2024-04/products/create.json +191 -17
- package/schemas/2024-04/products/update.json +191 -17
- package/schemas/2024-07/checkouts/create.json +585 -100
- package/schemas/2024-07/checkouts/delete.json +26 -4
- package/schemas/2024-07/checkouts/update.json +585 -100
- package/schemas/2024-07/collection_listings/add.json +9 -2
- package/schemas/2024-07/collection_listings/remove.json +7 -0
- package/schemas/2024-07/collection_listings/update.json +9 -2
- package/schemas/2024-07/company_locations/create.json +8 -2
- package/schemas/2024-07/company_locations/delete.json +8 -2
- package/schemas/2024-07/company_locations/update.json +8 -2
- package/schemas/2024-07/draft_orders/create.json +733 -124
- package/schemas/2024-07/draft_orders/update.json +733 -124
- package/schemas/2024-07/fulfillment_orders/split.json +237 -2
- package/schemas/2024-07/fulfillments/create.json +149 -30
- package/schemas/2024-07/fulfillments/update.json +149 -30
- package/schemas/2024-07/order_transactions/create.json +28 -9
- package/schemas/2024-07/orders/cancelled.json +967 -50
- package/schemas/2024-07/orders/create.json +967 -50
- package/schemas/2024-07/orders/edited.json +5 -0
- package/schemas/2024-07/orders/fulfilled.json +967 -50
- package/schemas/2024-07/orders/paid.json +967 -50
- package/schemas/2024-07/orders/partially_fulfilled.json +967 -50
- package/schemas/2024-07/orders/updated.json +967 -50
- package/schemas/2024-07/product_listings/add.json +1 -44
- package/schemas/2024-07/product_listings/update.json +1 -44
- package/schemas/2024-07/products/create.json +191 -17
- package/schemas/2024-07/products/update.json +191 -17
- package/schemas/2024-07/scheduled_product_listings/add.json +1 -44
- package/schemas/2024-07/scheduled_product_listings/update.json +1 -44
|
@@ -64,13 +64,23 @@
|
|
|
64
64
|
"format": "uri"
|
|
65
65
|
},
|
|
66
66
|
"barcode": {
|
|
67
|
-
"type":
|
|
67
|
+
"type": [
|
|
68
|
+
"string",
|
|
69
|
+
"null"
|
|
70
|
+
]
|
|
68
71
|
},
|
|
69
72
|
"compare_at_price": {
|
|
70
|
-
"type":
|
|
73
|
+
"type": [
|
|
74
|
+
"string",
|
|
75
|
+
"null"
|
|
76
|
+
]
|
|
71
77
|
},
|
|
72
78
|
"created_at": {
|
|
73
|
-
"type":
|
|
79
|
+
"type": [
|
|
80
|
+
"string",
|
|
81
|
+
"null"
|
|
82
|
+
],
|
|
83
|
+
"format": "date-time"
|
|
74
84
|
},
|
|
75
85
|
"fulfillment_service": {
|
|
76
86
|
"type": "string"
|
|
@@ -94,7 +104,10 @@
|
|
|
94
104
|
"type": "integer"
|
|
95
105
|
},
|
|
96
106
|
"sku": {
|
|
97
|
-
"type":
|
|
107
|
+
"type": [
|
|
108
|
+
"string",
|
|
109
|
+
"null"
|
|
110
|
+
]
|
|
98
111
|
},
|
|
99
112
|
"taxable": {
|
|
100
113
|
"type": "boolean"
|
|
@@ -103,31 +116,47 @@
|
|
|
103
116
|
"type": "string"
|
|
104
117
|
},
|
|
105
118
|
"updated_at": {
|
|
106
|
-
"type":
|
|
119
|
+
"type": [
|
|
120
|
+
"string",
|
|
121
|
+
"null"
|
|
122
|
+
],
|
|
123
|
+
"format": "date-time"
|
|
107
124
|
},
|
|
108
125
|
"option1": {
|
|
109
126
|
"type": "string"
|
|
110
127
|
},
|
|
111
128
|
"option2": {
|
|
112
|
-
"type":
|
|
129
|
+
"type": [
|
|
130
|
+
"string",
|
|
131
|
+
"null"
|
|
132
|
+
]
|
|
113
133
|
},
|
|
114
134
|
"option3": {
|
|
115
|
-
"type":
|
|
135
|
+
"type": [
|
|
136
|
+
"string",
|
|
137
|
+
"null"
|
|
138
|
+
]
|
|
116
139
|
},
|
|
117
140
|
"grams": {
|
|
118
141
|
"type": "integer"
|
|
119
142
|
},
|
|
120
143
|
"image_id": {
|
|
121
|
-
"type":
|
|
144
|
+
"type": [
|
|
145
|
+
"integer",
|
|
146
|
+
"null"
|
|
147
|
+
]
|
|
122
148
|
},
|
|
123
149
|
"weight": {
|
|
124
|
-
"type": "
|
|
150
|
+
"type": "number"
|
|
125
151
|
},
|
|
126
152
|
"weight_unit": {
|
|
127
153
|
"type": "string"
|
|
128
154
|
},
|
|
129
155
|
"inventory_item_id": {
|
|
130
|
-
"type":
|
|
156
|
+
"type": [
|
|
157
|
+
"integer",
|
|
158
|
+
"null"
|
|
159
|
+
]
|
|
131
160
|
},
|
|
132
161
|
"inventory_quantity": {
|
|
133
162
|
"type": "integer"
|
|
@@ -171,18 +200,163 @@
|
|
|
171
200
|
},
|
|
172
201
|
"options": {
|
|
173
202
|
"type": "array",
|
|
174
|
-
"items":
|
|
203
|
+
"items": {
|
|
204
|
+
"type": "object",
|
|
205
|
+
"properties": {
|
|
206
|
+
"id": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
},
|
|
209
|
+
"name": {
|
|
210
|
+
"type": "string"
|
|
211
|
+
},
|
|
212
|
+
"position": {
|
|
213
|
+
"type": "integer"
|
|
214
|
+
},
|
|
215
|
+
"product_id": {
|
|
216
|
+
"type": "integer"
|
|
217
|
+
},
|
|
218
|
+
"values": {
|
|
219
|
+
"type": "array",
|
|
220
|
+
"items": {
|
|
221
|
+
"type": "string"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"required": [
|
|
226
|
+
"id",
|
|
227
|
+
"name",
|
|
228
|
+
"position",
|
|
229
|
+
"product_id",
|
|
230
|
+
"values"
|
|
231
|
+
]
|
|
232
|
+
}
|
|
175
233
|
},
|
|
176
234
|
"images": {
|
|
177
235
|
"type": "array",
|
|
178
|
-
"items":
|
|
236
|
+
"items": {
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {
|
|
239
|
+
"height": {
|
|
240
|
+
"type": "integer"
|
|
241
|
+
},
|
|
242
|
+
"id": {
|
|
243
|
+
"type": "integer"
|
|
244
|
+
},
|
|
245
|
+
"src": {
|
|
246
|
+
"type": "string",
|
|
247
|
+
"format": "uri"
|
|
248
|
+
},
|
|
249
|
+
"updated_at": {
|
|
250
|
+
"type": "string",
|
|
251
|
+
"format": "date-time"
|
|
252
|
+
},
|
|
253
|
+
"variant_ids": {
|
|
254
|
+
"type": "array",
|
|
255
|
+
"items": {
|
|
256
|
+
"type": "integer"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"admin_graphql_api_id": {
|
|
260
|
+
"type": "string",
|
|
261
|
+
"format": "uri"
|
|
262
|
+
},
|
|
263
|
+
"alt": {
|
|
264
|
+
"type": "null"
|
|
265
|
+
},
|
|
266
|
+
"created_at": {
|
|
267
|
+
"type": "string",
|
|
268
|
+
"format": "date-time"
|
|
269
|
+
},
|
|
270
|
+
"product_id": {
|
|
271
|
+
"type": "integer"
|
|
272
|
+
},
|
|
273
|
+
"position": {
|
|
274
|
+
"type": "integer"
|
|
275
|
+
},
|
|
276
|
+
"width": {
|
|
277
|
+
"type": "integer"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"required": [
|
|
281
|
+
"height",
|
|
282
|
+
"id",
|
|
283
|
+
"src",
|
|
284
|
+
"updated_at",
|
|
285
|
+
"variant_ids",
|
|
286
|
+
"admin_graphql_api_id",
|
|
287
|
+
"alt",
|
|
288
|
+
"created_at",
|
|
289
|
+
"product_id",
|
|
290
|
+
"position",
|
|
291
|
+
"width"
|
|
292
|
+
]
|
|
293
|
+
}
|
|
179
294
|
},
|
|
180
295
|
"image": {
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
296
|
+
"anyOf": [
|
|
297
|
+
{
|
|
298
|
+
"type": "string",
|
|
299
|
+
"format": "uri"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"type": "object",
|
|
303
|
+
"properties": {
|
|
304
|
+
"height": {
|
|
305
|
+
"type": "integer"
|
|
306
|
+
},
|
|
307
|
+
"position": {
|
|
308
|
+
"type": "integer"
|
|
309
|
+
},
|
|
310
|
+
"updated_at": {
|
|
311
|
+
"type": "string",
|
|
312
|
+
"format": "date-time"
|
|
313
|
+
},
|
|
314
|
+
"variant_ids": {
|
|
315
|
+
"type": "array",
|
|
316
|
+
"items": {
|
|
317
|
+
"type": "integer"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"admin_graphql_api_id": {
|
|
321
|
+
"type": "string",
|
|
322
|
+
"format": "uri"
|
|
323
|
+
},
|
|
324
|
+
"created_at": {
|
|
325
|
+
"type": "string",
|
|
326
|
+
"format": "date-time"
|
|
327
|
+
},
|
|
328
|
+
"product_id": {
|
|
329
|
+
"type": "integer"
|
|
330
|
+
},
|
|
331
|
+
"alt": {
|
|
332
|
+
"type": "null"
|
|
333
|
+
},
|
|
334
|
+
"src": {
|
|
335
|
+
"type": "string",
|
|
336
|
+
"format": "uri"
|
|
337
|
+
},
|
|
338
|
+
"width": {
|
|
339
|
+
"type": "integer"
|
|
340
|
+
},
|
|
341
|
+
"id": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"required": [
|
|
346
|
+
"height",
|
|
347
|
+
"position",
|
|
348
|
+
"updated_at",
|
|
349
|
+
"variant_ids",
|
|
350
|
+
"admin_graphql_api_id",
|
|
351
|
+
"created_at",
|
|
352
|
+
"product_id",
|
|
353
|
+
"alt",
|
|
354
|
+
"src",
|
|
355
|
+
"width",
|
|
356
|
+
"id"
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
]
|
|
186
360
|
},
|
|
187
361
|
"variant_gids": {
|
|
188
362
|
"type": "array",
|
|
@@ -64,13 +64,23 @@
|
|
|
64
64
|
"format": "uri"
|
|
65
65
|
},
|
|
66
66
|
"barcode": {
|
|
67
|
-
"type":
|
|
67
|
+
"type": [
|
|
68
|
+
"string",
|
|
69
|
+
"null"
|
|
70
|
+
]
|
|
68
71
|
},
|
|
69
72
|
"compare_at_price": {
|
|
70
|
-
"type":
|
|
73
|
+
"type": [
|
|
74
|
+
"string",
|
|
75
|
+
"null"
|
|
76
|
+
]
|
|
71
77
|
},
|
|
72
78
|
"created_at": {
|
|
73
|
-
"type":
|
|
79
|
+
"type": [
|
|
80
|
+
"string",
|
|
81
|
+
"null"
|
|
82
|
+
],
|
|
83
|
+
"format": "date-time"
|
|
74
84
|
},
|
|
75
85
|
"fulfillment_service": {
|
|
76
86
|
"type": "string"
|
|
@@ -94,7 +104,10 @@
|
|
|
94
104
|
"type": "integer"
|
|
95
105
|
},
|
|
96
106
|
"sku": {
|
|
97
|
-
"type":
|
|
107
|
+
"type": [
|
|
108
|
+
"string",
|
|
109
|
+
"null"
|
|
110
|
+
]
|
|
98
111
|
},
|
|
99
112
|
"taxable": {
|
|
100
113
|
"type": "boolean"
|
|
@@ -103,31 +116,47 @@
|
|
|
103
116
|
"type": "string"
|
|
104
117
|
},
|
|
105
118
|
"updated_at": {
|
|
106
|
-
"type":
|
|
119
|
+
"type": [
|
|
120
|
+
"string",
|
|
121
|
+
"null"
|
|
122
|
+
],
|
|
123
|
+
"format": "date-time"
|
|
107
124
|
},
|
|
108
125
|
"option1": {
|
|
109
126
|
"type": "string"
|
|
110
127
|
},
|
|
111
128
|
"option2": {
|
|
112
|
-
"type":
|
|
129
|
+
"type": [
|
|
130
|
+
"string",
|
|
131
|
+
"null"
|
|
132
|
+
]
|
|
113
133
|
},
|
|
114
134
|
"option3": {
|
|
115
|
-
"type":
|
|
135
|
+
"type": [
|
|
136
|
+
"string",
|
|
137
|
+
"null"
|
|
138
|
+
]
|
|
116
139
|
},
|
|
117
140
|
"grams": {
|
|
118
141
|
"type": "integer"
|
|
119
142
|
},
|
|
120
143
|
"image_id": {
|
|
121
|
-
"type":
|
|
144
|
+
"type": [
|
|
145
|
+
"integer",
|
|
146
|
+
"null"
|
|
147
|
+
]
|
|
122
148
|
},
|
|
123
149
|
"weight": {
|
|
124
|
-
"type": "
|
|
150
|
+
"type": "number"
|
|
125
151
|
},
|
|
126
152
|
"weight_unit": {
|
|
127
153
|
"type": "string"
|
|
128
154
|
},
|
|
129
155
|
"inventory_item_id": {
|
|
130
|
-
"type":
|
|
156
|
+
"type": [
|
|
157
|
+
"integer",
|
|
158
|
+
"null"
|
|
159
|
+
]
|
|
131
160
|
},
|
|
132
161
|
"inventory_quantity": {
|
|
133
162
|
"type": "integer"
|
|
@@ -171,18 +200,163 @@
|
|
|
171
200
|
},
|
|
172
201
|
"options": {
|
|
173
202
|
"type": "array",
|
|
174
|
-
"items":
|
|
203
|
+
"items": {
|
|
204
|
+
"type": "object",
|
|
205
|
+
"properties": {
|
|
206
|
+
"id": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
},
|
|
209
|
+
"name": {
|
|
210
|
+
"type": "string"
|
|
211
|
+
},
|
|
212
|
+
"position": {
|
|
213
|
+
"type": "integer"
|
|
214
|
+
},
|
|
215
|
+
"product_id": {
|
|
216
|
+
"type": "integer"
|
|
217
|
+
},
|
|
218
|
+
"values": {
|
|
219
|
+
"type": "array",
|
|
220
|
+
"items": {
|
|
221
|
+
"type": "string"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"required": [
|
|
226
|
+
"id",
|
|
227
|
+
"name",
|
|
228
|
+
"position",
|
|
229
|
+
"product_id",
|
|
230
|
+
"values"
|
|
231
|
+
]
|
|
232
|
+
}
|
|
175
233
|
},
|
|
176
234
|
"images": {
|
|
177
235
|
"type": "array",
|
|
178
|
-
"items":
|
|
236
|
+
"items": {
|
|
237
|
+
"type": "object",
|
|
238
|
+
"properties": {
|
|
239
|
+
"height": {
|
|
240
|
+
"type": "integer"
|
|
241
|
+
},
|
|
242
|
+
"id": {
|
|
243
|
+
"type": "integer"
|
|
244
|
+
},
|
|
245
|
+
"src": {
|
|
246
|
+
"type": "string",
|
|
247
|
+
"format": "uri"
|
|
248
|
+
},
|
|
249
|
+
"updated_at": {
|
|
250
|
+
"type": "string",
|
|
251
|
+
"format": "date-time"
|
|
252
|
+
},
|
|
253
|
+
"variant_ids": {
|
|
254
|
+
"type": "array",
|
|
255
|
+
"items": {
|
|
256
|
+
"type": "integer"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"admin_graphql_api_id": {
|
|
260
|
+
"type": "string",
|
|
261
|
+
"format": "uri"
|
|
262
|
+
},
|
|
263
|
+
"alt": {
|
|
264
|
+
"type": "null"
|
|
265
|
+
},
|
|
266
|
+
"created_at": {
|
|
267
|
+
"type": "string",
|
|
268
|
+
"format": "date-time"
|
|
269
|
+
},
|
|
270
|
+
"product_id": {
|
|
271
|
+
"type": "integer"
|
|
272
|
+
},
|
|
273
|
+
"position": {
|
|
274
|
+
"type": "integer"
|
|
275
|
+
},
|
|
276
|
+
"width": {
|
|
277
|
+
"type": "integer"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"required": [
|
|
281
|
+
"height",
|
|
282
|
+
"id",
|
|
283
|
+
"src",
|
|
284
|
+
"updated_at",
|
|
285
|
+
"variant_ids",
|
|
286
|
+
"admin_graphql_api_id",
|
|
287
|
+
"alt",
|
|
288
|
+
"created_at",
|
|
289
|
+
"product_id",
|
|
290
|
+
"position",
|
|
291
|
+
"width"
|
|
292
|
+
]
|
|
293
|
+
}
|
|
179
294
|
},
|
|
180
295
|
"image": {
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
296
|
+
"anyOf": [
|
|
297
|
+
{
|
|
298
|
+
"type": "string",
|
|
299
|
+
"format": "uri"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"type": "object",
|
|
303
|
+
"properties": {
|
|
304
|
+
"height": {
|
|
305
|
+
"type": "integer"
|
|
306
|
+
},
|
|
307
|
+
"position": {
|
|
308
|
+
"type": "integer"
|
|
309
|
+
},
|
|
310
|
+
"updated_at": {
|
|
311
|
+
"type": "string",
|
|
312
|
+
"format": "date-time"
|
|
313
|
+
},
|
|
314
|
+
"variant_ids": {
|
|
315
|
+
"type": "array",
|
|
316
|
+
"items": {
|
|
317
|
+
"type": "integer"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"admin_graphql_api_id": {
|
|
321
|
+
"type": "string",
|
|
322
|
+
"format": "uri"
|
|
323
|
+
},
|
|
324
|
+
"created_at": {
|
|
325
|
+
"type": "string",
|
|
326
|
+
"format": "date-time"
|
|
327
|
+
},
|
|
328
|
+
"product_id": {
|
|
329
|
+
"type": "integer"
|
|
330
|
+
},
|
|
331
|
+
"alt": {
|
|
332
|
+
"type": "null"
|
|
333
|
+
},
|
|
334
|
+
"src": {
|
|
335
|
+
"type": "string",
|
|
336
|
+
"format": "uri"
|
|
337
|
+
},
|
|
338
|
+
"width": {
|
|
339
|
+
"type": "integer"
|
|
340
|
+
},
|
|
341
|
+
"id": {
|
|
342
|
+
"type": "integer"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"required": [
|
|
346
|
+
"height",
|
|
347
|
+
"position",
|
|
348
|
+
"updated_at",
|
|
349
|
+
"variant_ids",
|
|
350
|
+
"admin_graphql_api_id",
|
|
351
|
+
"created_at",
|
|
352
|
+
"product_id",
|
|
353
|
+
"alt",
|
|
354
|
+
"src",
|
|
355
|
+
"width",
|
|
356
|
+
"id"
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
]
|
|
186
360
|
},
|
|
187
361
|
"variant_gids": {
|
|
188
362
|
"type": "array",
|