@tracepass/dpp-schemas 0.5.0 → 1.0.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.
@@ -454,7 +454,7 @@
454
454
  "regulationRef": {
455
455
  "article": "GPSR Art. 9(5)",
456
456
  "instrument": "32023R0988",
457
- "provision": "Art. 9(5)",
457
+ "provision": "GPSR (EU) 2023/988 Art. 9(5) — product identification",
458
458
  "kind": "legislation"
459
459
  },
460
460
  "aiHints": {
@@ -668,7 +668,7 @@
668
668
  "regulationRef": {
669
669
  "article": "GPSR Art. 9(5)",
670
670
  "instrument": "32023R0988",
671
- "provision": "Art. 9(5)",
671
+ "provision": "GPSR (EU) 2023/988 Art. 9(5) — type, batch, serial number or other identifying element",
672
672
  "kind": "legislation"
673
673
  },
674
674
  "aiHints": {
@@ -740,7 +740,7 @@
740
740
  "defaultValue": null,
741
741
  "enumOptions": [
742
742
  {
743
- "value": "Domestic seating",
743
+ "value": "domestic_seating",
744
744
  "label": {
745
745
  "en": "Domestic seating",
746
746
  "bg": "Седалка за дома",
@@ -769,7 +769,7 @@
769
769
  }
770
770
  },
771
771
  {
772
- "value": "Commercial seating",
772
+ "value": "commercial_seating",
773
773
  "label": {
774
774
  "en": "Commercial seating",
775
775
  "bg": "Седалка за обществени помещения",
@@ -798,7 +798,7 @@
798
798
  }
799
799
  },
800
800
  {
801
- "value": "Domestic table",
801
+ "value": "domestic_table",
802
802
  "label": {
803
803
  "en": "Domestic table",
804
804
  "bg": "Маса за дома",
@@ -827,7 +827,7 @@
827
827
  }
828
828
  },
829
829
  {
830
- "value": "Commercial table",
830
+ "value": "commercial_table",
831
831
  "label": {
832
832
  "en": "Commercial table",
833
833
  "bg": "Маса за обществени помещения",
@@ -856,7 +856,7 @@
856
856
  }
857
857
  },
858
858
  {
859
- "value": "Bed frame",
859
+ "value": "bed_frame",
860
860
  "label": {
861
861
  "en": "Bed frame",
862
862
  "bg": "Рамка за легло",
@@ -885,7 +885,7 @@
885
885
  }
886
886
  },
887
887
  {
888
- "value": "Mattress",
888
+ "value": "mattress",
889
889
  "label": {
890
890
  "en": "Mattress",
891
891
  "bg": "Матрак",
@@ -914,7 +914,7 @@
914
914
  }
915
915
  },
916
916
  {
917
- "value": "Storage furniture",
917
+ "value": "storage_furniture",
918
918
  "label": {
919
919
  "en": "Storage furniture",
920
920
  "bg": "Мебели за съхранение",
@@ -943,7 +943,7 @@
943
943
  }
944
944
  },
945
945
  {
946
- "value": "Shelving",
946
+ "value": "shelving",
947
947
  "label": {
948
948
  "en": "Shelving",
949
949
  "bg": "Рафтове",
@@ -972,7 +972,7 @@
972
972
  }
973
973
  },
974
974
  {
975
- "value": "Outdoor furniture",
975
+ "value": "outdoor_furniture",
976
976
  "label": {
977
977
  "en": "Outdoor furniture",
978
978
  "bg": "Градинско обзавеждане",
@@ -1001,7 +1001,7 @@
1001
1001
  }
1002
1002
  },
1003
1003
  {
1004
- "value": "Other",
1004
+ "value": "other",
1005
1005
  "label": {
1006
1006
  "en": "Other",
1007
1007
  "bg": "Друго",
@@ -1172,7 +1172,7 @@
1172
1172
  "regulationRef": {
1173
1173
  "article": "GPSR Art. 9(6)",
1174
1174
  "instrument": "32023R0988",
1175
- "provision": "Art. 9(6)",
1175
+ "provision": "GPSR (EU) 2023/988 Art. 9(6) — manufacturer name, trade mark, postal and electronic address",
1176
1176
  "kind": "legislation"
1177
1177
  },
1178
1178
  "aiHints": {
@@ -1278,7 +1278,7 @@
1278
1278
  "regulationRef": {
1279
1279
  "article": "GPSR Art. 9(6)",
1280
1280
  "instrument": "32023R0988",
1281
- "provision": "Art. 9(6)",
1281
+ "provision": "GPSR (EU) 2023/988 Art. 9(6) — manufacturer name, trade mark, postal and electronic address",
1282
1282
  "kind": "legislation"
1283
1283
  },
1284
1284
  "aiHints": {
@@ -1876,45 +1876,154 @@
1876
1876
  "sl": "Vrsta nosilca podatkov (koda QR, RFID, NFC, Data Matrix, GS1 Digital Link)",
1877
1877
  "sv": "Typ av databärare (QR-kod, RFID, NFC, Data Matrix, GS1 Digital Link)"
1878
1878
  },
1879
- "dataType": "enum",
1879
+ "dataType": "multi_enum",
1880
1880
  "unit": null,
1881
1881
  "translatable": false,
1882
1882
  "defaultValue": null,
1883
1883
  "enumOptions": [
1884
1884
  {
1885
- "value": "QR code",
1886
- "label": {
1887
- "en": "QR code"
1888
- }
1889
- },
1890
- {
1891
- "value": "QR code (GS1 Digital Link)",
1885
+ "value": "qr_code",
1892
1886
  "label": {
1893
- "en": "QR code (GS1 Digital Link)"
1887
+ "en": "QR code",
1888
+ "bg": "QR код",
1889
+ "de": "QR-Code",
1890
+ "fr": "Code QR",
1891
+ "hr": "QR kod",
1892
+ "cs": "QR kód",
1893
+ "da": "QR-kode",
1894
+ "nl": "QR-code",
1895
+ "et": "QR-kood",
1896
+ "fi": "QR-koodi",
1897
+ "el": "Κωδικός QR",
1898
+ "hu": "QR-kód",
1899
+ "ga": "Cód QR",
1900
+ "it": "Codice QR",
1901
+ "lv": "QR kods",
1902
+ "lt": "QR kodas",
1903
+ "mt": "Kodiċi QR",
1904
+ "pl": "Kod QR",
1905
+ "pt": "Código QR",
1906
+ "ro": "Cod QR",
1907
+ "sk": "QR kód",
1908
+ "sl": "Koda QR",
1909
+ "es": "Código QR",
1910
+ "sv": "QR-kod"
1894
1911
  }
1895
1912
  },
1896
1913
  {
1897
- "value": "Data Matrix",
1914
+ "value": "data_matrix",
1898
1915
  "label": {
1899
- "en": "Data Matrix"
1916
+ "en": "Data Matrix",
1917
+ "bg": "Data Matrix",
1918
+ "de": "Data Matrix",
1919
+ "fr": "Data Matrix",
1920
+ "hr": "Data Matrix",
1921
+ "cs": "Data Matrix",
1922
+ "da": "Data Matrix",
1923
+ "nl": "Data Matrix",
1924
+ "et": "Data Matrix",
1925
+ "fi": "Data Matrix",
1926
+ "el": "Data Matrix",
1927
+ "hu": "Data Matrix",
1928
+ "ga": "Data Matrix",
1929
+ "it": "Data Matrix",
1930
+ "lv": "Data Matrix",
1931
+ "lt": "Data Matrix",
1932
+ "mt": "Data Matrix",
1933
+ "pl": "Data Matrix",
1934
+ "pt": "Data Matrix",
1935
+ "ro": "Data Matrix",
1936
+ "sk": "Data Matrix",
1937
+ "sl": "Data Matrix",
1938
+ "es": "Data Matrix",
1939
+ "sv": "Data Matrix"
1900
1940
  }
1901
1941
  },
1902
1942
  {
1903
- "value": "RFID",
1943
+ "value": "nfc_tag",
1904
1944
  "label": {
1905
- "en": "RFID"
1945
+ "en": "NFC tag",
1946
+ "bg": "NFC таг",
1947
+ "de": "NFC-Tag",
1948
+ "fr": "Étiquette NFC",
1949
+ "hr": "NFC oznaka",
1950
+ "cs": "NFC štítek",
1951
+ "da": "NFC-tag",
1952
+ "nl": "NFC-tag",
1953
+ "et": "NFC-silt",
1954
+ "fi": "NFC-tunniste",
1955
+ "el": "Ετικέτα NFC",
1956
+ "hu": "NFC-címke",
1957
+ "ga": "Clib NFC",
1958
+ "it": "Tag NFC",
1959
+ "lv": "NFC birka",
1960
+ "lt": "NFC žyma",
1961
+ "mt": "Tikketta NFC",
1962
+ "pl": "Znacznik NFC",
1963
+ "pt": "Etiqueta NFC",
1964
+ "ro": "Etichetă NFC",
1965
+ "sk": "NFC štítok",
1966
+ "sl": "Oznaka NFC",
1967
+ "es": "Etiqueta NFC",
1968
+ "sv": "NFC-tagg"
1906
1969
  }
1907
1970
  },
1908
1971
  {
1909
- "value": "NFC",
1972
+ "value": "rfid_tag",
1910
1973
  "label": {
1911
- "en": "NFC"
1974
+ "en": "RFID tag",
1975
+ "bg": "RFID таг",
1976
+ "de": "RFID-Tag",
1977
+ "fr": "Étiquette RFID",
1978
+ "hr": "RFID oznaka",
1979
+ "cs": "RFID štítek",
1980
+ "da": "RFID-tag",
1981
+ "nl": "RFID-tag",
1982
+ "et": "RFID-silt",
1983
+ "fi": "RFID-tunniste",
1984
+ "el": "Ετικέτα RFID",
1985
+ "hu": "RFID-címke",
1986
+ "ga": "Clib RFID",
1987
+ "it": "Tag RFID",
1988
+ "lv": "RFID birka",
1989
+ "lt": "RFID žyma",
1990
+ "mt": "Tikketta RFID",
1991
+ "pl": "Znacznik RFID",
1992
+ "pt": "Etiqueta RFID",
1993
+ "ro": "Etichetă RFID",
1994
+ "sk": "RFID štítok",
1995
+ "sl": "Oznaka RFID",
1996
+ "es": "Etiqueta RFID",
1997
+ "sv": "RFID-tagg"
1912
1998
  }
1913
1999
  },
1914
2000
  {
1915
- "value": "Other",
2001
+ "value": "other",
1916
2002
  "label": {
1917
- "en": "Other"
2003
+ "en": "Other",
2004
+ "bg": "Друго",
2005
+ "de": "Andere",
2006
+ "fr": "Autre",
2007
+ "hr": "Drugo",
2008
+ "cs": "Jiné",
2009
+ "da": "Andet",
2010
+ "nl": "Anders",
2011
+ "et": "Muu",
2012
+ "fi": "Muu",
2013
+ "el": "Άλλο",
2014
+ "hu": "Egyéb",
2015
+ "ga": "Eile",
2016
+ "it": "Altro",
2017
+ "lv": "Cits",
2018
+ "lt": "Kita",
2019
+ "mt": "Oħra",
2020
+ "pl": "Inne",
2021
+ "pt": "Outro",
2022
+ "ro": "Altul",
2023
+ "sk": "Iné",
2024
+ "sl": "Drugo",
2025
+ "es": "Otro",
2026
+ "sv": "Annat"
1918
2027
  }
1919
2028
  }
1920
2029
  ],
@@ -2671,7 +2780,7 @@
2671
2780
  "defaultValue": null,
2672
2781
  "enumOptions": [],
2673
2782
  "validation": {
2674
- "required": true
2783
+ "required": false
2675
2784
  },
2676
2785
  "category": "wood_and_forestry",
2677
2786
  "categoryLabel": {
@@ -2705,8 +2814,9 @@
2705
2814
  "regulationRef": {
2706
2815
  "article": "EUDR 2023/1115; EU Ecolabel Decision 2016/1332",
2707
2816
  "instrument": "32023R1115",
2708
- "provision": "Art. 9(1)(a)",
2709
- "kind": "legislation"
2817
+ "provision": "EUDR (EU) 2023/1115 Art. 4 — due diligence statement lodged in the EU Information System by the operator",
2818
+ "kind": "legislation",
2819
+ "description": "Discharged by the operator's due-diligence statement lodged in the EUDR Information System, not by a passport entry."
2710
2820
  },
2711
2821
  "aiHints": {
2712
2822
  "alternateNames": [
@@ -2776,7 +2886,7 @@
2776
2886
  "defaultValue": null,
2777
2887
  "enumOptions": [],
2778
2888
  "validation": {
2779
- "required": true
2889
+ "required": false
2780
2890
  },
2781
2891
  "category": "wood_and_forestry",
2782
2892
  "categoryLabel": {
@@ -2810,7 +2920,9 @@
2810
2920
  "regulationRef": {
2811
2921
  "article": "EU Ecolabel Decision 2016/1332 Criterion 1; EUDR 2023/1115",
2812
2922
  "instrument": "32023R1115",
2813
- "kind": "legislation"
2923
+ "kind": "legislation",
2924
+ "provision": "FSC / PEFC are voluntary certification schemes; EUDR mandates due diligence, not certification",
2925
+ "description": "EUDR requires due diligence and mandates no certification scheme; FSC and PEFC are voluntary."
2814
2926
  },
2815
2927
  "aiHints": {
2816
2928
  "alternateNames": [
@@ -2881,7 +2993,7 @@
2881
2993
  "defaultValue": null,
2882
2994
  "enumOptions": [],
2883
2995
  "validation": {
2884
- "required": true
2996
+ "required": false
2885
2997
  },
2886
2998
  "category": "wood_and_forestry",
2887
2999
  "categoryLabel": {
@@ -2985,7 +3097,7 @@
2985
3097
  "defaultValue": null,
2986
3098
  "enumOptions": [],
2987
3099
  "validation": {
2988
- "required": true
3100
+ "required": false
2989
3101
  },
2990
3102
  "category": "wood_and_forestry",
2991
3103
  "categoryLabel": {
@@ -3019,8 +3131,9 @@
3019
3131
  "regulationRef": {
3020
3132
  "article": "EUDR 2023/1115 Art. 4",
3021
3133
  "instrument": "32023R1115",
3022
- "provision": "Art. 9(1)(d)",
3023
- "kind": "legislation"
3134
+ "provision": "EUDR (EU) 2023/1115 Art. 4 — due diligence statement lodged in the EU Information System by the operator",
3135
+ "kind": "legislation",
3136
+ "description": "Discharged by the operator's due-diligence statement lodged in the EUDR Information System, not by a passport entry."
3024
3137
  },
3025
3138
  "aiHints": {
3026
3139
  "alternateNames": [
@@ -3090,7 +3203,7 @@
3090
3203
  "defaultValue": null,
3091
3204
  "enumOptions": [],
3092
3205
  "validation": {
3093
- "required": true
3206
+ "required": false
3094
3207
  },
3095
3208
  "category": "wood_and_forestry",
3096
3209
  "categoryLabel": {
@@ -3124,8 +3237,9 @@
3124
3237
  "regulationRef": {
3125
3238
  "article": "EUDR 2023/1115 Art. 3",
3126
3239
  "instrument": "32023R1115",
3127
- "provision": "Art. 3",
3128
- "kind": "legislation"
3240
+ "provision": "EUDR (EU) 2023/1115 Art. 4 — due diligence statement lodged in the EU Information System by the operator",
3241
+ "kind": "legislation",
3242
+ "description": "Discharged by the operator's due-diligence statement lodged in the EUDR Information System, not by a passport entry."
3129
3243
  },
3130
3244
  "aiHints": {
3131
3245
  "alternateNames": [
@@ -3195,7 +3309,7 @@
3195
3309
  "defaultValue": null,
3196
3310
  "enumOptions": [],
3197
3311
  "validation": {
3198
- "required": true
3312
+ "required": false
3199
3313
  },
3200
3314
  "category": "wood_and_forestry",
3201
3315
  "categoryLabel": {
@@ -3229,8 +3343,9 @@
3229
3343
  "regulationRef": {
3230
3344
  "article": "EUDR 2023/1115 Art. 9(1)(d)",
3231
3345
  "instrument": "32023R1115",
3232
- "provision": "Art. 9(1)(d)",
3233
- "kind": "legislation"
3346
+ "provision": "EUDR (EU) 2023/1115 Art. 4 — due diligence statement lodged in the EU Information System by the operator",
3347
+ "kind": "legislation",
3348
+ "description": "Lodged in the operator's EUDR due-diligence statement. Plot geolocation is also commercially sensitive and does not belong on a public passport."
3234
3349
  },
3235
3350
  "aiHints": {
3236
3351
  "alternateNames": [
@@ -3301,7 +3416,7 @@
3301
3416
  "defaultValue": null,
3302
3417
  "enumOptions": [],
3303
3418
  "validation": {
3304
- "required": true
3419
+ "required": false
3305
3420
  },
3306
3421
  "category": "substances_of_concern",
3307
3422
  "categoryLabel": {
@@ -3335,8 +3450,9 @@
3335
3450
  "regulationRef": {
3336
3451
  "article": "ESPR 2024/1781 Art. 7(5); REACH Art. 33",
3337
3452
  "instrument": "32006R1907",
3338
- "provision": "Art. 33",
3339
- "kind": "legislation"
3453
+ "provision": "REACH (EC) 1907/2006 Art. 33(1) — to B2B recipients on request, above 0.1% w/w, minimum content the substance name",
3454
+ "kind": "legislation",
3455
+ "description": "REACH Art. 33 is an on-request duty to recipients above 0.1% w/w, answered with at minimum the substance name; SCIP notification is the database side. Neither is discharged by publishing here."
3340
3456
  },
3341
3457
  "aiHints": {
3342
3458
  "alternateNames": [
@@ -3407,7 +3523,7 @@
3407
3523
  "defaultValue": null,
3408
3524
  "enumOptions": [
3409
3525
  {
3410
- "value": "E0.5",
3526
+ "value": "e0_5",
3411
3527
  "label": {
3412
3528
  "en": "E0.5 (≤0.05 ppm)",
3413
3529
  "bg": "E0.5 (≤0.05 ppm)",
@@ -3436,7 +3552,7 @@
3436
3552
  }
3437
3553
  },
3438
3554
  {
3439
- "value": "E1",
3555
+ "value": "e1",
3440
3556
  "label": {
3441
3557
  "en": "E1 (≤0.124 mg/m³)",
3442
3558
  "bg": "E1 (≤0.124 mg/m³)",
@@ -3465,7 +3581,7 @@
3465
3581
  }
3466
3582
  },
3467
3583
  {
3468
- "value": "E2",
3584
+ "value": "e2",
3469
3585
  "label": {
3470
3586
  "en": "E2 (>0.124 mg/m³)",
3471
3587
  "bg": "E2 (>0.124 mg/m³)",
@@ -3494,7 +3610,7 @@
3494
3610
  }
3495
3611
  },
3496
3612
  {
3497
- "value": "Super E0",
3613
+ "value": "super_e0",
3498
3614
  "label": {
3499
3615
  "en": "Super E0",
3500
3616
  "bg": "Super E0",
@@ -3523,7 +3639,7 @@
3523
3639
  }
3524
3640
  },
3525
3641
  {
3526
- "value": "CARB Phase 2",
3642
+ "value": "carb_phase_2",
3527
3643
  "label": {
3528
3644
  "en": "CARB Phase 2",
3529
3645
  "bg": "CARB Phase 2",
@@ -3552,7 +3668,7 @@
3552
3668
  }
3553
3669
  },
3554
3670
  {
3555
- "value": "N/A",
3671
+ "value": "not_applicable",
3556
3672
  "label": {
3557
3673
  "en": "N/A",
3558
3674
  "bg": "Неприложимо",
@@ -3582,7 +3698,7 @@
3582
3698
  }
3583
3699
  ],
3584
3700
  "validation": {
3585
- "required": true
3701
+ "required": false
3586
3702
  },
3587
3703
  "category": "substances_of_concern",
3588
3704
  "categoryLabel": {
@@ -3616,8 +3732,9 @@
3616
3732
  "regulationRef": {
3617
3733
  "article": "Regulation (EU) 2023/1464 (REACH Entry 77); EN 717-1; EN 13986",
3618
3734
  "instrument": "32023R1464",
3619
- "provision": "REACH Annex XVII entry 77",
3620
- "kind": "legislation"
3735
+ "provision": "REACH Annex XVII entry 77 — market-placement limit (0.062 mg/m3)",
3736
+ "kind": "legislation",
3737
+ "description": "Annex XVII entry 77 is an emission limit to stay under with test evidence retained; the E0.5/E1 class scheme is EN 13986, a voluntary standard."
3621
3738
  },
3622
3739
  "aiHints": {
3623
3740
  "alternateNames": [
@@ -3687,7 +3804,7 @@
3687
3804
  "defaultValue": null,
3688
3805
  "enumOptions": [],
3689
3806
  "validation": {
3690
- "required": true
3807
+ "required": false
3691
3808
  },
3692
3809
  "category": "substances_of_concern",
3693
3810
  "categoryLabel": {
@@ -3721,8 +3838,9 @@
3721
3838
  "regulationRef": {
3722
3839
  "article": "Regulation (EU) 2023/1464; EN 717-1",
3723
3840
  "instrument": "32023R1464",
3724
- "provision": "REACH Annex XVII entry 77",
3725
- "kind": "legislation"
3841
+ "provision": "REACH Annex XVII entry 77 — market-placement limit (0.062 mg/m3)",
3842
+ "kind": "legislation",
3843
+ "description": "A limit to stay under with evidence retained, not a duty to publish the measured value."
3726
3844
  },
3727
3845
  "aiHints": {
3728
3846
  "alternateNames": [
@@ -3792,7 +3910,7 @@
3792
3910
  "defaultValue": null,
3793
3911
  "enumOptions": [],
3794
3912
  "validation": {
3795
- "required": true
3913
+ "required": false
3796
3914
  },
3797
3915
  "category": "substances_of_concern",
3798
3916
  "categoryLabel": {
@@ -3826,7 +3944,9 @@
3826
3944
  "regulationRef": {
3827
3945
  "article": "EU Ecolabel Decision 2016/1332 Criterion 4; EN 16516",
3828
3946
  "instrument": "32010R0066",
3829
- "kind": "legislation"
3947
+ "kind": "legislation",
3948
+ "provision": "Reg. (EC) 66/2010 Art. 1 — the EU Ecolabel is a VOLUNTARY award scheme",
3949
+ "description": "The EU Ecolabel is a voluntary scheme: holding the label creates duties, not holding it creates none. A real CELEX here does not make the field mandatory."
3830
3950
  },
3831
3951
  "aiHints": {
3832
3952
  "alternateNames": [
@@ -3999,7 +4119,7 @@
3999
4119
  "defaultValue": null,
4000
4120
  "enumOptions": [],
4001
4121
  "validation": {
4002
- "required": true
4122
+ "required": false
4003
4123
  },
4004
4124
  "category": "substances_of_concern",
4005
4125
  "categoryLabel": {
@@ -4033,8 +4153,9 @@
4033
4153
  "regulationRef": {
4034
4154
  "article": "POPs Regulation (EU) 2019/1021; REACH Annex XVII; ECHA Flame Retardant Strategy 2023",
4035
4155
  "instrument": "32019R1021",
4036
- "provision": "Annex I",
4037
- "kind": "legislation"
4156
+ "provision": "POPs Reg. (EU) 2019/1021 Annex I — market restriction",
4157
+ "kind": "legislation",
4158
+ "description": "POPs Annex I restricts placing on the market; it is not a disclosure duty."
4038
4159
  },
4039
4160
  "aiHints": {
4040
4161
  "alternateNames": [
@@ -4075,28 +4196,28 @@
4075
4196
  "sv": "PBDE-halt (mg/kg)"
4076
4197
  },
4077
4198
  "description": {
4078
- "en": "Total PBDE (polybrominated diphenyl ethers) content in mg/kg. Max 500 mg/kg unintentional limit.",
4079
- "it": "Contenuto totale di PBDE (eteri difenilici polibromati) in mg/kg. Limite non intenzionale massimo 500 mg/kg.",
4080
- "hr": "Ukupni sadržaj PBDE (polibromirani difenil eteri) u mg/kg. Maks. 500 mg/kg nenamjerna granica.",
4081
- "cs": "Celkový obsah PBDE (polybromované difenylethery) v mg/kg. Maximální nezáměrný limit 500 mg/kg.",
4082
- "da": "Samlet PBDE-indhold (polybromerede diphenylethere) i mg/kg. Maks. 500 mg/kg utilsigtet grænse.",
4083
- "nl": "Totaal PBDE-gehalte (polybroomdifenylethers) in mg/kg. Max. 500 mg/kg onbedoelde grens.",
4084
- "et": "PBDE (polübroomitud difenüüleetrite) kogusisaldus mg/kg. Tahtmatu piirnorm 500 mg/kg.",
4085
- "fi": "Kokonais-PBDE-pitoisuus (polybromatut difenyylieetterit) mg/kg. Tahaton raja enintään 500 mg/kg.",
4086
- "fr": "Teneur totale en PBDE (éthers diphényliques polybromés) en mg/kg. Limite involontaire maximale de 500 mg/kg.",
4087
- "el": "Συνολικό περιεχόμενο PBDE (πολυβρωμοδιφαινυλαιθέρες) σε mg/kg. Μέγιστο όριο ακούσιας 500 mg/kg.",
4088
- "hu": "Teljes PBDE- (polibrómozott difenil-éterek) tartalom mg/kg-ban. Nem szándékos határérték max. 500 mg/kg.",
4089
- "ga": "Ábhar iomlán PBDE (éitir dhé-fhéinile pholabrómaithe) i mg/kg. Uasteorainn neamhd-intinneach 500 mg/kg.",
4090
- "es": "Contenido total de PBDE (éteres difenílicos polibromados) en mg/kg. Límite máximo no intencionado de 500 mg/kg.",
4091
- "lt": "Bendras PBDE (polibromintų difenileterių) kiekis mg/kg. Didžiausia netyčinė riba 500 mg/kg.",
4092
- "lv": "Kopējais PBDE (polibromēto difenilēteru) saturs mg/kg. Maksimālais nejaušais ierobežojums 500 mg/kg.",
4093
- "mt": "Kontenut totali ta' PBDE (eteri difeniliċi polibrominati) f'mg/kg. Limitu massimu mhux intenzjonali ta' 500 mg/kg.",
4094
- "pl": "Całkowita zawartość PBDE (polibromowanych difenyloeterów) w mg/kg. Maksymalny niezamierzony limit 500 mg/kg.",
4095
- "pt": "Teor total de PBDE (éteres difenílicos polibromados) em mg/kg. Limite máximo não intencional de 500 mg/kg.",
4096
- "ro": "Conținut total de PBDE (eteri difenilici polibromurați) în mg/kg. Limită maximă neintenționată de 500 mg/kg.",
4097
- "sk": "Celkový obsah PBDE (polybrómovaných difenyléterov) v mg/kg. Maximálny nezamýšľaný limit 500 mg/kg.",
4098
- "sl": "Skupna vsebnost PBDE (polibromiranih difenil etrov) v mg/kg. Največja nenamerna meja 500 mg/kg.",
4099
- "sv": "Total PBDE-halt (polybromerade difenyletrar) i mg/kg. Max oavsiktlig gräns 500 mg/kg."
4199
+ "en": "Total PBDE (polybrominated diphenyl ethers) content in mg/kg. Unintentional trace limit 10 mg/kg; higher phased limits apply to articles containing recycled material.",
4200
+ "it": "Contenuto totale di PBDE (eteri difenilici polibromurati) in mg/kg. Limite per tracce non intenzionali 10 mg/kg; agli articoli contenenti materiale riciclato si applicano limiti più elevati e graduali.",
4201
+ "hr": "Ukupni sadržaj PBDE (polibromirani difenil eteri) u mg/kg. Granica nenamjernih tragova 10 mg/kg; na proizvode s recikliranim materijalom primjenjuju se više, postupne granice.",
4202
+ "cs": "Celkový obsah PBDE (polybromované difenylethery) v mg/kg. Limit nezáměrných stop 10 mg/kg; na výrobky s recyklovaným materiálem se vztahují vyšší postupné limity.",
4203
+ "da": "Samlet indhold af PBDE (polybromerede diphenylethere) i mg/kg. Grænse for utilsigtede spor 10 mg/kg; for artikler med genanvendt materiale gælder højere, gradvise grænser.",
4204
+ "nl": "Totaal PBDE-gehalte (polybroomdifenylethers) in mg/kg. Limiet voor onbedoelde sporen 10 mg/kg; voor artikelen met gerecycled materiaal gelden hogere, gefaseerde limieten.",
4205
+ "et": "PBDE (polübroomitud difenüüleetrid) kogusisaldus mg/kg. Tahtmatute jälgede piirmäär 10 mg/kg; ringlussevõetud materjali sisaldavatele toodetele kohaldatakse kõrgemaid, järkjärgulisi piirmäärasid.",
4206
+ "fi": "PBDE-yhdisteiden (polybromatut difenyylieetterit) kokonaispitoisuus mg/kg. Tahattomien jäämien raja 10 mg/kg; kierrätysmateriaalia sisältäviin tuotteisiin sovelletaan korkeampia, vaiheittaisia rajoja.",
4207
+ "fr": "Teneur totale en PBDE (éthers diphényliques polybromés) en mg/kg. Limite de traces non intentionnelles 10 mg/kg ; des limites plus élevées et progressives s'appliquent aux articles contenant des matières recyclées.",
4208
+ "el": "Συνολική περιεκτικότητα σε PBDE (πολυβρωμιωμένοι διφαινυλαιθέρες) σε mg/kg. Όριο ακούσιων ιχνών 10 mg/kg· για είδη με ανακυκλωμένο υλικό ισχύουν υψηλότερα, σταδιακά όρια.",
4209
+ "hu": "Teljes PBDE- (polibrómozott difenil-éterek) tartalom mg/kg-ban. Nem szándékos nyomok határértéke 10 mg/kg; az újrahasznosított anyagot tartalmazó cikkekre magasabb, szakaszos határértékek vonatkoznak.",
4210
+ "ga": "Cion iomlán PBDE (éitir dhé-fheinile polabróimínithe) in mg/kg. Teorainn rian neamhbheartaithe 10 mg/kg; baineann teorainneacha níos airde, céimnithe le hearraí ina bhfuil ábhar athchúrsáilte.",
4211
+ "es": "Contenido total de PBDE (éteres difenílicos polibromados) en mg/kg. Límite de trazas no intencionadas 10 mg/kg; a los artículos con material reciclado se aplican límites superiores y escalonados.",
4212
+ "lt": "Bendras PBDE (polibromintų difenil eterių) kiekis mg/kg. Netyčinių pėdsakų riba 10 mg/kg; gaminiams su perdirbtomis medžiagomis taikomos didesnės, laipsniškos ribos.",
4213
+ "lv": "Kopējais PBDE (polibromētie difenilēteri) saturs mg/kg. Neparedzētu pēdu robeža 10 mg/kg; izstrādājumiem ar pārstrādātu materiālu piemēro augstākas, pakāpeniskas robežvērtības.",
4214
+ "mt": "Kontenut totali ta' PBDE (eteri difenilići polibrominati) f'mg/kg. Limitu ta' traċċi mhux intenzjonati 10 mg/kg; għal oġġetti b'materjal riċiklat japplikaw limiti ogħla u gradwali.",
4215
+ "pl": "Całkowita zawartość PBDE (polibromowane difenyloetery) w mg/kg. Limit niezamierzonych śladów 10 mg/kg; do wyrobów zawierających materiał z recyklingu stosuje się wyższe limity etapowe.",
4216
+ "pt": "Teor total de PBDE (éteres difenílicos polibromados) em mg/kg. Limite de vestígios não intencionais 10 mg/kg; aplicam-se limites superiores e faseados aos artigos com material reciclado.",
4217
+ "ro": "Conținutul total de PBDE (eteri difenilici polibromurați) în mg/kg. Limita pentru urme neintenționate 10 mg/kg; articolelor cu material reciclat li se aplică limite mai mari, eșalonate.",
4218
+ "sk": "Celkový obsah PBDE (polybrómované difenylétery) v mg/kg. Limit nezámerných stôp 10 mg/kg; na výrobky s recyklovaným materiálom sa vzťahujú vyššie postupné limity.",
4219
+ "sl": "Skupna vsebnost PBDE (polibromirani difenil etri) v mg/kg. Mejna vrednost nenamernih sledi 10 mg/kg; za izdelke z reciklirano vsebino veljajo višje, postopne mejne vrednosti.",
4220
+ "sv": "Total halt av PBDE (polybromerade difenyletrar) i mg/kg. Gräns för oavsiktliga spår 10 mg/kg; för varor med återvunnet material gäller högre, stegvisa gränser."
4100
4221
  },
4101
4222
  "dataType": "number",
4102
4223
  "unit": "mg/kg",
@@ -4104,7 +4225,7 @@
4104
4225
  "defaultValue": null,
4105
4226
  "enumOptions": [],
4106
4227
  "validation": {
4107
- "required": true
4228
+ "required": false
4108
4229
  },
4109
4230
  "category": "substances_of_concern",
4110
4231
  "categoryLabel": {
@@ -4138,8 +4259,9 @@
4138
4259
  "regulationRef": {
4139
4260
  "article": "POPs Regulation (EU) 2019/1021; Delegated Regulation (EU) 2025/1482",
4140
4261
  "instrument": "32019R1021",
4141
- "provision": "Annex I (as amended by 32025R1482)",
4142
- "kind": "legislation"
4262
+ "provision": "POPs Reg. (EU) 2019/1021 Annex I (as amended by Del. Reg. (EU) 2025/1482) — unintentional trace limit 10 mg/kg",
4263
+ "kind": "legislation",
4264
+ "description": "A market restriction to stay under, with higher phased limits for articles containing recycled material; not a duty to publish the measured value."
4143
4265
  },
4144
4266
  "aiHints": {
4145
4267
  "alternateNames": [
@@ -4313,7 +4435,7 @@
4313
4435
  "defaultValue": null,
4314
4436
  "enumOptions": [],
4315
4437
  "validation": {
4316
- "required": true
4438
+ "required": false
4317
4439
  },
4318
4440
  "category": "durability",
4319
4441
  "categoryLabel": {
@@ -4416,7 +4538,7 @@
4416
4538
  "defaultValue": null,
4417
4539
  "enumOptions": [],
4418
4540
  "validation": {
4419
- "required": true
4541
+ "required": false
4420
4542
  },
4421
4543
  "category": "durability",
4422
4544
  "categoryLabel": {
@@ -4624,7 +4746,7 @@
4624
4746
  "defaultValue": null,
4625
4747
  "enumOptions": [],
4626
4748
  "validation": {
4627
- "required": true
4749
+ "required": false
4628
4750
  },
4629
4751
  "category": "durability",
4630
4752
  "categoryLabel": {
@@ -4808,7 +4930,7 @@
4808
4930
  "sv": "Garantiperiod (år)"
4809
4931
  },
4810
4932
  "description": {
4811
- "en": "Commercial warranty period offered",
4933
+ "en": "Commercial warranty period offered ESPR Art. 7(2)(a) mandates no data on its own and no furniture delegated act exists; the statutory guarantee under Dir. (EU) 2019/771 binds the seller.",
4812
4934
  "it": "Periodo di garanzia commerciale offerto",
4813
4935
  "hr": "Komercijalno jamstveno razdoblje koje se nudi",
4814
4936
  "cs": "Nabízená obchodní záruční doba",
@@ -4837,7 +4959,7 @@
4837
4959
  "defaultValue": null,
4838
4960
  "enumOptions": [],
4839
4961
  "validation": {
4840
- "required": true
4962
+ "required": false
4841
4963
  },
4842
4964
  "category": "durability",
4843
4965
  "categoryLabel": {
@@ -5047,7 +5169,7 @@
5047
5169
  "defaultValue": null,
5048
5170
  "enumOptions": [],
5049
5171
  "validation": {
5050
- "required": true
5172
+ "required": false
5051
5173
  },
5052
5174
  "category": "mattress_specific",
5053
5175
  "categoryLabel": {
@@ -5081,7 +5203,9 @@
5081
5203
  "regulationRef": {
5082
5204
  "article": "EU Ecolabel Decision 2014/391/EU; delegated act (mattresses)",
5083
5205
  "instrument": "32010R0066",
5084
- "kind": "legislation"
5206
+ "kind": "legislation",
5207
+ "provision": "Reg. (EC) 66/2010 Art. 1 — the EU Ecolabel is a VOLUNTARY award scheme",
5208
+ "description": "The EU Ecolabel is a voluntary scheme: holding the label creates duties, not holding it creates none. A real CELEX here does not make the field mandatory."
5085
5209
  },
5086
5210
  "aiHints": {
5087
5211
  "alternateNames": [
@@ -5151,7 +5275,7 @@
5151
5275
  "defaultValue": null,
5152
5276
  "enumOptions": [],
5153
5277
  "validation": {
5154
- "required": true
5278
+ "required": false
5155
5279
  },
5156
5280
  "category": "mattress_specific",
5157
5281
  "categoryLabel": {
@@ -5185,7 +5309,9 @@
5185
5309
  "regulationRef": {
5186
5310
  "article": "EU Ecolabel Decision 2014/391/EU",
5187
5311
  "instrument": "32010R0066",
5188
- "kind": "legislation"
5312
+ "kind": "legislation",
5313
+ "provision": "Reg. (EC) 66/2010 Art. 1 — the EU Ecolabel is a VOLUNTARY award scheme",
5314
+ "description": "The EU Ecolabel is a voluntary scheme: holding the label creates duties, not holding it creates none. A real CELEX here does not make the field mandatory."
5189
5315
  },
5190
5316
  "aiHints": {
5191
5317
  "alternateNames": [
@@ -5563,7 +5689,7 @@
5563
5689
  "defaultValue": null,
5564
5690
  "enumOptions": [],
5565
5691
  "validation": {
5566
- "required": true
5692
+ "required": false
5567
5693
  },
5568
5694
  "category": "mattress_specific",
5569
5695
  "categoryLabel": {
@@ -5597,7 +5723,9 @@
5597
5723
  "regulationRef": {
5598
5724
  "article": "EU Ecolabel Decision 2014/391/EU Criterion 5",
5599
5725
  "instrument": "32010R0066",
5600
- "kind": "legislation"
5726
+ "kind": "legislation",
5727
+ "provision": "Reg. (EC) 66/2010 Art. 1 — the EU Ecolabel is a VOLUNTARY award scheme",
5728
+ "description": "The EU Ecolabel is a voluntary scheme: holding the label creates duties, not holding it creates none. A real CELEX here does not make the field mandatory."
5601
5729
  },
5602
5730
  "aiHints": {
5603
5731
  "alternateNames": [
@@ -7257,7 +7385,7 @@
7257
7385
  "defaultValue": null,
7258
7386
  "enumOptions": [],
7259
7387
  "validation": {
7260
- "required": true
7388
+ "required": false
7261
7389
  },
7262
7390
  "category": "compliance",
7263
7391
  "categoryLabel": {
@@ -7292,7 +7420,8 @@
7292
7420
  "article": "GPSR Art. 9",
7293
7421
  "instrument": "32023R0988",
7294
7422
  "provision": "Art. 9",
7295
- "kind": "legislation"
7423
+ "kind": "legislation",
7424
+ "description": "Furniture carries no CE obligation, so there is no EU declaration of conformity to publish; GPSR Art. 9 introduces none."
7296
7425
  },
7297
7426
  "aiHints": {
7298
7427
  "alternateNames": [
@@ -7673,7 +7802,7 @@
7673
7802
  "defaultValue": null,
7674
7803
  "enumOptions": [],
7675
7804
  "validation": {
7676
- "required": true
7805
+ "required": false
7677
7806
  },
7678
7807
  "category": "compliance",
7679
7808
  "categoryLabel": {
@@ -7707,7 +7836,9 @@
7707
7836
  "regulationRef": {
7708
7837
  "article": "Regulation (EC) 1907/2006 REACH",
7709
7838
  "instrument": "32006R1907",
7710
- "kind": "legislation"
7839
+ "kind": "legislation",
7840
+ "provision": "REACH (EC) 1907/2006 — obligations evidenced in the manufacturer's records",
7841
+ "description": "A blanket REACH compliance boolean corresponds to no disclosure duty in the Regulation."
7711
7842
  },
7712
7843
  "aiHints": {
7713
7844
  "alternateNames": [
@@ -7882,7 +8013,7 @@
7882
8013
  "defaultValue": null,
7883
8014
  "enumOptions": [],
7884
8015
  "validation": {
7885
- "required": true
8016
+ "required": false
7886
8017
  },
7887
8018
  "category": "use_and_care",
7888
8019
  "categoryLabel": {
@@ -8196,7 +8327,7 @@
8196
8327
  "translatable": true,
8197
8328
  "defaultValue": null,
8198
8329
  "validation": {
8199
- "required": true
8330
+ "required": false
8200
8331
  },
8201
8332
  "category": "use_and_care",
8202
8333
  "categoryLabel": {
@@ -8230,8 +8361,9 @@
8230
8361
  "regulationRef": {
8231
8362
  "article": "General Product Safety Regulation (EU) 2023/988",
8232
8363
  "instrument": "32023R0988",
8233
- "provision": "Art. 9(7)",
8234
- "kind": "legislation"
8364
+ "provision": "GPSR (EU) 2023/988 Art. 9(7) — warnings and safety information, where the product's risks require them",
8365
+ "kind": "legislation",
8366
+ "description": "GPSR requires warnings accompany the product where its risks require them; it is not unconditional."
8235
8367
  },
8236
8368
  "aiHints": {
8237
8369
  "alternateNames": [
@@ -8975,7 +9107,7 @@
8975
9107
  }
8976
9108
  ],
8977
9109
  "fieldCount": 79,
8978
- "requiredFieldCount": 27,
9110
+ "requiredFieldCount": 4,
8979
9111
  "categories": [
8980
9112
  {
8981
9113
  "key": "identification",