@@ -200,6 +200,8 @@ Whenever the attribute's type is either `pim_catalog_text` or `pim_catalog_texta
200
200
"values" : {
201
201
"description" : [
202
202
{
203
+ "locale" : null ,
204
+ "scope" : null ,
203
205
"data" : " Tshirt long sleeves\n Winter special, 100% whool"
204
206
}
205
207
]
@@ -219,6 +221,8 @@ Whenever the attribute's type is either `pim_catalog_file` or `pim_catalog_image
219
221
"values" : {
220
222
"packshot" : [
221
223
{
224
+ "locale" : null ,
225
+ "scope" : null ,
222
226
"data" : " f/2/e/6/f2e6674e0766acdc70f814_myFile.pdf"
223
227
}
224
228
]
@@ -238,6 +242,8 @@ Whenever the attribute's type is `pim_catalog_date`, the `data` field should con
238
242
"values" : {
239
243
"packshot" : [
240
244
{
245
+ "locale" : null ,
246
+ "scope" : null ,
241
247
"data" : " 2021-04-29T08:58:00.101Z"
242
248
}
243
249
]
@@ -257,6 +263,8 @@ Whenever the attribute's type is `pim_catalog_simpleselect`, the `data` field sh
257
263
"values" : {
258
264
"main_color" : [
259
265
{
266
+ "locale" : null ,
267
+ "scope" : null ,
260
268
"data" : " blue"
261
269
}
262
270
]
@@ -272,6 +280,8 @@ Whenever the attribute's type is `pim_catalog_multiselect`, the `data` field sho
272
280
"values" : {
273
281
"materials" : [
274
282
{
283
+ "locale" : null ,
284
+ "scope" : null ,
275
285
"data" : [" leather" , " cotton" ]
276
286
}
277
287
]
@@ -297,6 +307,8 @@ Whenever the attribute's type is `pim_catalog_reference_data_simpleselect`, the
297
307
"values" : {
298
308
"designer" : [
299
309
{
310
+ "locale" : null ,
311
+ "scope" : null ,
300
312
"data" : " bouroullec"
301
313
}
302
314
]
@@ -312,6 +324,8 @@ Whenever the attribute's type is `pim_catalog_reference_data_multiselect`, the `
312
324
"values" : {
313
325
"collections" : [
314
326
{
327
+ "locale" : null ,
328
+ "scope" : null ,
315
329
"data" : [" winter_2019" , " spring_2020" ]
316
330
}
317
331
]
@@ -333,6 +347,8 @@ Whenever the attribute's type is `pim_catalog_number`, the `data` field should c
333
347
"values" : {
334
348
"age" : [
335
349
{
350
+ "locale" : null ,
351
+ "scope" : null ,
336
352
"data" : 40
337
353
}
338
354
]
@@ -344,6 +360,8 @@ Whenever the attribute's type is `pim_catalog_number`, the `data` field should c
344
360
"values" : {
345
361
"typing_speed" : [
346
362
{
363
+ "locale" : null ,
364
+ "scope" : null ,
347
365
"data" : " 89.897"
348
366
}
349
367
]
@@ -365,6 +383,8 @@ Whenever the attribute's type is `pim_catalog_metric`, the `data` field should c
365
383
"values" : {
366
384
"power" : [
367
385
{
386
+ "locale" : null ,
387
+ "scope" : null ,
368
388
"data" : {
369
389
"amount" :10 ,
370
390
"unit" : " KILOWATT"
@@ -379,6 +399,8 @@ Whenever the attribute's type is `pim_catalog_metric`, the `data` field should c
379
399
"values" : {
380
400
"height" : [
381
401
{
402
+ "locale" : null ,
403
+ "scope" : null ,
382
404
"data" : {
383
405
"amount" :" 25.45" ,
384
406
"unit" : " CENTIMETER"
@@ -403,6 +425,8 @@ Whenever the attribute's type is `pim_catalog_price`, the `data` field should co
403
425
"values" : {
404
426
"recommended_price" : [
405
427
{
428
+ "locale" : null ,
429
+ "scope" : null ,
406
430
"data" : [
407
431
{
408
432
"amount" :200 ,
@@ -419,6 +443,8 @@ Whenever the attribute's type is `pim_catalog_price`, the `data` field should co
419
443
"values" : {
420
444
"price" : [
421
445
{
446
+ "locale" : null ,
447
+ "scope" : null ,
422
448
"data" : [
423
449
{
424
450
"amount" :" 25.50" ,
@@ -443,6 +469,8 @@ Whenever the attribute's type is `pim_catalog_boolean`, the `data` field should
443
469
"values" : {
444
470
"is_smart" : [
445
471
{
472
+ "locale" : null ,
473
+ "scope" : null ,
446
474
"data" : " true"
447
475
}
448
476
]
@@ -462,6 +490,8 @@ Whenever the attribute's type is `akeneo_reference_entity`, the `data` field sho
462
490
"values" : {
463
491
"designer" : [
464
492
{
493
+ "locale" : null ,
494
+ "scope" : null ,
465
495
"data" : " bouroullec"
466
496
}
467
497
]
@@ -477,6 +507,8 @@ Whenever the attribute's type is `akeneo_reference_entity_collection`, the `data
477
507
"values" : {
478
508
"collections" : [
479
509
{
510
+ "locale" : null ,
511
+ "scope" : null ,
480
512
"data" : [" winter_2019" , " spring_2020" ]
481
513
}
482
514
]
@@ -496,6 +528,8 @@ Whenever the attribute's type is `pim_assets_collection`, the `data` field shoul
496
528
"values" : {
497
529
"userguides" : [
498
530
{
531
+ "locale" : null ,
532
+ "scope" : null ,
499
533
"data" : [" guarantee_notice" , " how_to_guide" ]
500
534
}
501
535
]
@@ -515,6 +549,8 @@ Whenever the attribute's type is `pim_catalog_asset_collection`, the `data` fiel
515
549
"values" : {
516
550
"model_pictures" : [
517
551
{
552
+ "locale" : null ,
553
+ "scope" : null ,
518
554
"data" : [" allie_jean_frontview" , " allie_jean_backview" ]
519
555
}
520
556
]
0 commit comments