@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.
- package/index.json +47 -36
- package/instruments.json +27 -1
- package/package.json +2 -2
- package/schema.json +27 -1
- package/templates/construction.json +122 -77
- package/templates/{chemicals.json → detergents.json} +6274 -8302
- package/templates/electronics.json +325 -222
- package/templates/fmcg.json +13 -7
- package/templates/furniture.json +243 -111
- package/templates/jewelry.json +1132 -31
- package/templates/packaging.json +91 -60
- package/templates/paints-coatings.json +9161 -0
- package/templates/steel.json +2 -2
- package/templates/textile.json +32 -25
- package/templates/toys.json +8 -10
- package/templates/tyres.json +314 -221
|
@@ -127,10 +127,11 @@
|
|
|
127
127
|
"sortOrder": 1,
|
|
128
128
|
"defaultAccessLevel": "public",
|
|
129
129
|
"regulationRef": {
|
|
130
|
-
"article": "
|
|
130
|
+
"article": "GPSR (EU) 2023/988 Art. 9(5) — type, batch, serial number or other identifying element",
|
|
131
131
|
"annex": "GS1 Digital Link, ISO 15459",
|
|
132
|
-
"instrument": "
|
|
133
|
-
"kind": "legislation"
|
|
132
|
+
"instrument": "32023R0988",
|
|
133
|
+
"kind": "legislation",
|
|
134
|
+
"provision": "GPSR (EU) 2023/988 Art. 9(5) — type, batch, serial number or other identifying element"
|
|
134
135
|
},
|
|
135
136
|
"aiHints": {
|
|
136
137
|
"alternateNames": [
|
|
@@ -234,10 +235,11 @@
|
|
|
234
235
|
"sortOrder": 2,
|
|
235
236
|
"defaultAccessLevel": "public",
|
|
236
237
|
"regulationRef": {
|
|
237
|
-
"article": "
|
|
238
|
+
"article": "GPSR (EU) 2023/988 Art. 9(5) — product type identification",
|
|
238
239
|
"annex": "GTIN",
|
|
239
|
-
"instrument": "
|
|
240
|
-
"kind": "legislation"
|
|
240
|
+
"instrument": "32023R0988",
|
|
241
|
+
"kind": "legislation",
|
|
242
|
+
"provision": "GPSR (EU) 2023/988 Art. 9(5) — product type identification"
|
|
241
243
|
},
|
|
242
244
|
"aiHints": {
|
|
243
245
|
"alternateNames": [
|
|
@@ -309,7 +311,7 @@
|
|
|
309
311
|
"defaultValue": null,
|
|
310
312
|
"enumOptions": [],
|
|
311
313
|
"validation": {
|
|
312
|
-
"required":
|
|
314
|
+
"required": false
|
|
313
315
|
},
|
|
314
316
|
"category": "product_identification",
|
|
315
317
|
"categoryLabel": {
|
|
@@ -344,7 +346,9 @@
|
|
|
344
346
|
"article": "CPR 2024/3110",
|
|
345
347
|
"annex": "GS1 AI 10",
|
|
346
348
|
"instrument": "32024R3110",
|
|
347
|
-
"kind": "legislation"
|
|
349
|
+
"kind": "legislation",
|
|
350
|
+
"provision": "GPSR (EU) 2023/988 Art. 9(5) — type, batch, serial number or other identifying element",
|
|
351
|
+
"description": "GPSR Art. 9(5) is satisfied by any one identifying element, so a batch number is not separately mandated where a unique product identifier is present."
|
|
348
352
|
},
|
|
349
353
|
"aiHints": {
|
|
350
354
|
"alternateNames": [
|
|
@@ -554,10 +558,11 @@
|
|
|
554
558
|
"sortOrder": 5,
|
|
555
559
|
"defaultAccessLevel": "public",
|
|
556
560
|
"regulationRef": {
|
|
557
|
-
"article": "
|
|
561
|
+
"article": "GPSR (EU) 2023/988 Art. 9(6) — manufacturer name, trade mark, postal and electronic address",
|
|
558
562
|
"annex": "",
|
|
559
|
-
"instrument": "
|
|
560
|
-
"kind": "legislation"
|
|
563
|
+
"instrument": "32023R0988",
|
|
564
|
+
"kind": "legislation",
|
|
565
|
+
"provision": "GPSR (EU) 2023/988 Art. 9(6) — manufacturer name, trade mark, postal and electronic address"
|
|
561
566
|
},
|
|
562
567
|
"aiHints": {
|
|
563
568
|
"alternateNames": [
|
|
@@ -735,7 +740,7 @@
|
|
|
735
740
|
"defaultValue": null,
|
|
736
741
|
"enumOptions": [],
|
|
737
742
|
"validation": {
|
|
738
|
-
"required":
|
|
743
|
+
"required": false
|
|
739
744
|
},
|
|
740
745
|
"category": "product_identification",
|
|
741
746
|
"categoryLabel": {
|
|
@@ -770,7 +775,8 @@
|
|
|
770
775
|
"article": "CPR 2024/3110",
|
|
771
776
|
"annex": "",
|
|
772
777
|
"instrument": "32024R3110",
|
|
773
|
-
"kind": "legislation"
|
|
778
|
+
"kind": "legislation",
|
|
779
|
+
"description": "No EU instrument in force requires publishing the place of manufacture; GPSR Art. 9(6) requires the manufacturer's address, not the factory location."
|
|
774
780
|
},
|
|
775
781
|
"aiHints": {
|
|
776
782
|
"alternateNames": [
|
|
@@ -1045,7 +1051,7 @@
|
|
|
1045
1051
|
}
|
|
1046
1052
|
],
|
|
1047
1053
|
"validation": {
|
|
1048
|
-
"required":
|
|
1054
|
+
"required": false
|
|
1049
1055
|
},
|
|
1050
1056
|
"category": "product_identification",
|
|
1051
1057
|
"categoryLabel": {
|
|
@@ -1080,7 +1086,9 @@
|
|
|
1080
1086
|
"article": "CPR 2024/3110",
|
|
1081
1087
|
"annex": "Annex VII",
|
|
1082
1088
|
"instrument": "32024R3110",
|
|
1083
|
-
"kind": "legislation"
|
|
1089
|
+
"kind": "legislation",
|
|
1090
|
+
"provision": "CPR (EU) 2024/3110 Annex VII — product-family taxonomy for harmonised technical specifications",
|
|
1091
|
+
"description": "The Annex VII family taxonomy scopes harmonised specifications; it is not a standalone disclosure duty."
|
|
1084
1092
|
},
|
|
1085
1093
|
"aiHints": {
|
|
1086
1094
|
"alternateNames": [
|
|
@@ -1151,7 +1159,7 @@
|
|
|
1151
1159
|
"defaultValue": null,
|
|
1152
1160
|
"enumOptions": [],
|
|
1153
1161
|
"validation": {
|
|
1154
|
-
"required":
|
|
1162
|
+
"required": false
|
|
1155
1163
|
},
|
|
1156
1164
|
"category": "performance",
|
|
1157
1165
|
"categoryLabel": {
|
|
@@ -1186,7 +1194,9 @@
|
|
|
1186
1194
|
"article": "CPR 2024/3110",
|
|
1187
1195
|
"annex": "Annex I, Requirement 1",
|
|
1188
1196
|
"instrument": "32024R3110",
|
|
1189
|
-
"kind": "legislation"
|
|
1197
|
+
"kind": "legislation",
|
|
1198
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
1199
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
1190
1200
|
},
|
|
1191
1201
|
"aiHints": {
|
|
1192
1202
|
"alternateNames": [
|
|
@@ -1258,7 +1268,7 @@
|
|
|
1258
1268
|
"defaultValue": null,
|
|
1259
1269
|
"enumOptions": [],
|
|
1260
1270
|
"validation": {
|
|
1261
|
-
"required":
|
|
1271
|
+
"required": false
|
|
1262
1272
|
},
|
|
1263
1273
|
"category": "performance",
|
|
1264
1274
|
"categoryLabel": {
|
|
@@ -1293,7 +1303,9 @@
|
|
|
1293
1303
|
"article": "CPR 2024/3110",
|
|
1294
1304
|
"annex": "Annex I, Requirement 2",
|
|
1295
1305
|
"instrument": "32024R3110",
|
|
1296
|
-
"kind": "legislation"
|
|
1306
|
+
"kind": "legislation",
|
|
1307
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
1308
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
1297
1309
|
},
|
|
1298
1310
|
"aiHints": {
|
|
1299
1311
|
"alternateNames": [
|
|
@@ -1366,7 +1378,7 @@
|
|
|
1366
1378
|
"defaultValue": null,
|
|
1367
1379
|
"enumOptions": [],
|
|
1368
1380
|
"validation": {
|
|
1369
|
-
"required":
|
|
1381
|
+
"required": false
|
|
1370
1382
|
},
|
|
1371
1383
|
"category": "performance",
|
|
1372
1384
|
"categoryLabel": {
|
|
@@ -1401,7 +1413,9 @@
|
|
|
1401
1413
|
"article": "CPR 2024/3110",
|
|
1402
1414
|
"annex": "Annex I, Requirement 3",
|
|
1403
1415
|
"instrument": "32024R3110",
|
|
1404
|
-
"kind": "legislation"
|
|
1416
|
+
"kind": "legislation",
|
|
1417
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
1418
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
1405
1419
|
},
|
|
1406
1420
|
"aiHints": {
|
|
1407
1421
|
"alternateNames": [
|
|
@@ -1474,7 +1488,7 @@
|
|
|
1474
1488
|
"defaultValue": null,
|
|
1475
1489
|
"enumOptions": [],
|
|
1476
1490
|
"validation": {
|
|
1477
|
-
"required":
|
|
1491
|
+
"required": false
|
|
1478
1492
|
},
|
|
1479
1493
|
"category": "performance",
|
|
1480
1494
|
"categoryLabel": {
|
|
@@ -1509,7 +1523,9 @@
|
|
|
1509
1523
|
"article": "CPR 2024/3110",
|
|
1510
1524
|
"annex": "Annex I, Requirement 4",
|
|
1511
1525
|
"instrument": "32024R3110",
|
|
1512
|
-
"kind": "legislation"
|
|
1526
|
+
"kind": "legislation",
|
|
1527
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
1528
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
1513
1529
|
},
|
|
1514
1530
|
"aiHints": {
|
|
1515
1531
|
"alternateNames": [
|
|
@@ -1581,7 +1597,7 @@
|
|
|
1581
1597
|
"defaultValue": null,
|
|
1582
1598
|
"enumOptions": [],
|
|
1583
1599
|
"validation": {
|
|
1584
|
-
"required":
|
|
1600
|
+
"required": false
|
|
1585
1601
|
},
|
|
1586
1602
|
"category": "performance",
|
|
1587
1603
|
"categoryLabel": {
|
|
@@ -1616,7 +1632,9 @@
|
|
|
1616
1632
|
"article": "CPR 2024/3110",
|
|
1617
1633
|
"annex": "Annex I, Requirement 5",
|
|
1618
1634
|
"instrument": "32024R3110",
|
|
1619
|
-
"kind": "legislation"
|
|
1635
|
+
"kind": "legislation",
|
|
1636
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
1637
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
1620
1638
|
},
|
|
1621
1639
|
"aiHints": {
|
|
1622
1640
|
"alternateNames": [
|
|
@@ -1688,7 +1706,7 @@
|
|
|
1688
1706
|
"defaultValue": null,
|
|
1689
1707
|
"enumOptions": [],
|
|
1690
1708
|
"validation": {
|
|
1691
|
-
"required":
|
|
1709
|
+
"required": false
|
|
1692
1710
|
},
|
|
1693
1711
|
"category": "performance",
|
|
1694
1712
|
"categoryLabel": {
|
|
@@ -1723,7 +1741,9 @@
|
|
|
1723
1741
|
"article": "CPR 2024/3110",
|
|
1724
1742
|
"annex": "Annex I, Requirement 6",
|
|
1725
1743
|
"instrument": "32024R3110",
|
|
1726
|
-
"kind": "legislation"
|
|
1744
|
+
"kind": "legislation",
|
|
1745
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
1746
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
1727
1747
|
},
|
|
1728
1748
|
"aiHints": {
|
|
1729
1749
|
"alternateNames": [
|
|
@@ -1796,7 +1816,7 @@
|
|
|
1796
1816
|
"defaultValue": null,
|
|
1797
1817
|
"enumOptions": [],
|
|
1798
1818
|
"validation": {
|
|
1799
|
-
"required":
|
|
1819
|
+
"required": false
|
|
1800
1820
|
},
|
|
1801
1821
|
"category": "performance",
|
|
1802
1822
|
"categoryLabel": {
|
|
@@ -1831,7 +1851,9 @@
|
|
|
1831
1851
|
"article": "CPR 2024/3110",
|
|
1832
1852
|
"annex": "Annex I, Requirement 7",
|
|
1833
1853
|
"instrument": "32024R3110",
|
|
1834
|
-
"kind": "legislation"
|
|
1854
|
+
"kind": "legislation",
|
|
1855
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
1856
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
1835
1857
|
},
|
|
1836
1858
|
"aiHints": {
|
|
1837
1859
|
"alternateNames": [
|
|
@@ -1904,7 +1926,7 @@
|
|
|
1904
1926
|
"defaultValue": null,
|
|
1905
1927
|
"enumOptions": [],
|
|
1906
1928
|
"validation": {
|
|
1907
|
-
"required":
|
|
1929
|
+
"required": false
|
|
1908
1930
|
},
|
|
1909
1931
|
"category": "environmental",
|
|
1910
1932
|
"categoryLabel": {
|
|
@@ -2010,7 +2032,7 @@
|
|
|
2010
2032
|
"defaultValue": null,
|
|
2011
2033
|
"enumOptions": [],
|
|
2012
2034
|
"validation": {
|
|
2013
|
-
"required":
|
|
2035
|
+
"required": false
|
|
2014
2036
|
},
|
|
2015
2037
|
"category": "environmental",
|
|
2016
2038
|
"categoryLabel": {
|
|
@@ -2114,7 +2136,7 @@
|
|
|
2114
2136
|
"defaultValue": null,
|
|
2115
2137
|
"enumOptions": [],
|
|
2116
2138
|
"validation": {
|
|
2117
|
-
"required":
|
|
2139
|
+
"required": false
|
|
2118
2140
|
},
|
|
2119
2141
|
"category": "environmental",
|
|
2120
2142
|
"categoryLabel": {
|
|
@@ -2218,7 +2240,7 @@
|
|
|
2218
2240
|
"defaultValue": null,
|
|
2219
2241
|
"enumOptions": [],
|
|
2220
2242
|
"validation": {
|
|
2221
|
-
"required":
|
|
2243
|
+
"required": false
|
|
2222
2244
|
},
|
|
2223
2245
|
"category": "environmental",
|
|
2224
2246
|
"categoryLabel": {
|
|
@@ -2323,7 +2345,7 @@
|
|
|
2323
2345
|
"defaultValue": null,
|
|
2324
2346
|
"enumOptions": [],
|
|
2325
2347
|
"validation": {
|
|
2326
|
-
"required":
|
|
2348
|
+
"required": false
|
|
2327
2349
|
},
|
|
2328
2350
|
"category": "environmental",
|
|
2329
2351
|
"categoryLabel": {
|
|
@@ -2427,7 +2449,7 @@
|
|
|
2427
2449
|
"defaultValue": null,
|
|
2428
2450
|
"enumOptions": [],
|
|
2429
2451
|
"validation": {
|
|
2430
|
-
"required":
|
|
2452
|
+
"required": false
|
|
2431
2453
|
},
|
|
2432
2454
|
"category": "environmental",
|
|
2433
2455
|
"categoryLabel": {
|
|
@@ -2531,7 +2553,7 @@
|
|
|
2531
2553
|
"defaultValue": null,
|
|
2532
2554
|
"enumOptions": [],
|
|
2533
2555
|
"validation": {
|
|
2534
|
-
"required":
|
|
2556
|
+
"required": false
|
|
2535
2557
|
},
|
|
2536
2558
|
"category": "environmental",
|
|
2537
2559
|
"categoryLabel": {
|
|
@@ -2635,7 +2657,7 @@
|
|
|
2635
2657
|
"defaultValue": null,
|
|
2636
2658
|
"enumOptions": [],
|
|
2637
2659
|
"validation": {
|
|
2638
|
-
"required":
|
|
2660
|
+
"required": false
|
|
2639
2661
|
},
|
|
2640
2662
|
"category": "environmental",
|
|
2641
2663
|
"categoryLabel": {
|
|
@@ -2739,7 +2761,7 @@
|
|
|
2739
2761
|
"defaultValue": null,
|
|
2740
2762
|
"enumOptions": [],
|
|
2741
2763
|
"validation": {
|
|
2742
|
-
"required":
|
|
2764
|
+
"required": false
|
|
2743
2765
|
},
|
|
2744
2766
|
"category": "environmental",
|
|
2745
2767
|
"categoryLabel": {
|
|
@@ -2843,7 +2865,7 @@
|
|
|
2843
2865
|
"defaultValue": null,
|
|
2844
2866
|
"enumOptions": [],
|
|
2845
2867
|
"validation": {
|
|
2846
|
-
"required":
|
|
2868
|
+
"required": false
|
|
2847
2869
|
},
|
|
2848
2870
|
"category": "environmental",
|
|
2849
2871
|
"categoryLabel": {
|
|
@@ -2948,7 +2970,7 @@
|
|
|
2948
2970
|
"defaultValue": null,
|
|
2949
2971
|
"enumOptions": [],
|
|
2950
2972
|
"validation": {
|
|
2951
|
-
"required":
|
|
2973
|
+
"required": false
|
|
2952
2974
|
},
|
|
2953
2975
|
"category": "environmental",
|
|
2954
2976
|
"categoryLabel": {
|
|
@@ -3053,7 +3075,7 @@
|
|
|
3053
3075
|
"defaultValue": null,
|
|
3054
3076
|
"enumOptions": [],
|
|
3055
3077
|
"validation": {
|
|
3056
|
-
"required":
|
|
3078
|
+
"required": false
|
|
3057
3079
|
},
|
|
3058
3080
|
"category": "environmental",
|
|
3059
3081
|
"categoryLabel": {
|
|
@@ -3158,7 +3180,7 @@
|
|
|
3158
3180
|
"defaultValue": null,
|
|
3159
3181
|
"enumOptions": [],
|
|
3160
3182
|
"validation": {
|
|
3161
|
-
"required":
|
|
3183
|
+
"required": false
|
|
3162
3184
|
},
|
|
3163
3185
|
"category": "environmental",
|
|
3164
3186
|
"categoryLabel": {
|
|
@@ -3757,7 +3779,7 @@
|
|
|
3757
3779
|
}
|
|
3758
3780
|
],
|
|
3759
3781
|
"validation": {
|
|
3760
|
-
"required":
|
|
3782
|
+
"required": false
|
|
3761
3783
|
},
|
|
3762
3784
|
"category": "environmental",
|
|
3763
3785
|
"categoryLabel": {
|
|
@@ -3865,7 +3887,7 @@
|
|
|
3865
3887
|
"defaultValue": null,
|
|
3866
3888
|
"enumOptions": [],
|
|
3867
3889
|
"validation": {
|
|
3868
|
-
"required":
|
|
3890
|
+
"required": false
|
|
3869
3891
|
},
|
|
3870
3892
|
"category": "circularity",
|
|
3871
3893
|
"categoryLabel": {
|
|
@@ -3900,7 +3922,9 @@
|
|
|
3900
3922
|
"article": "CPR 2024/3110",
|
|
3901
3923
|
"annex": "Annex I, Requirement 7",
|
|
3902
3924
|
"instrument": "32024R3110",
|
|
3903
|
-
"kind": "legislation"
|
|
3925
|
+
"kind": "legislation",
|
|
3926
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
3927
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
3904
3928
|
},
|
|
3905
3929
|
"aiHints": {
|
|
3906
3930
|
"alternateNames": [
|
|
@@ -3972,7 +3996,7 @@
|
|
|
3972
3996
|
"defaultValue": null,
|
|
3973
3997
|
"enumOptions": [],
|
|
3974
3998
|
"validation": {
|
|
3975
|
-
"required":
|
|
3999
|
+
"required": false
|
|
3976
4000
|
},
|
|
3977
4001
|
"category": "circularity",
|
|
3978
4002
|
"categoryLabel": {
|
|
@@ -4007,7 +4031,9 @@
|
|
|
4007
4031
|
"article": "REACH, SCIP",
|
|
4008
4032
|
"annex": "CPR 2024/3110",
|
|
4009
4033
|
"instrument": "32006R1907",
|
|
4010
|
-
"kind": "legislation"
|
|
4034
|
+
"kind": "legislation",
|
|
4035
|
+
"provision": "REACH (EC) 1907/2006 Art. 33(1) — on request, above 0.1% w/w, minimum content the substance name",
|
|
4036
|
+
"description": "REACH Art. 33 is an on-request duty above 0.1% w/w, answered with at minimum the substance name; SCIP notification to ECHA is the database side. Neither is discharged by publishing here."
|
|
4011
4037
|
},
|
|
4012
4038
|
"aiHints": {
|
|
4013
4039
|
"alternateNames": [
|
|
@@ -4080,7 +4106,7 @@
|
|
|
4080
4106
|
"defaultValue": null,
|
|
4081
4107
|
"enumOptions": [],
|
|
4082
4108
|
"validation": {
|
|
4083
|
-
"required":
|
|
4109
|
+
"required": false
|
|
4084
4110
|
},
|
|
4085
4111
|
"category": "circularity",
|
|
4086
4112
|
"categoryLabel": {
|
|
@@ -4115,7 +4141,9 @@
|
|
|
4115
4141
|
"article": "CPR 2024/3110",
|
|
4116
4142
|
"annex": "Annex I, Requirement 7",
|
|
4117
4143
|
"instrument": "32024R3110",
|
|
4118
|
-
"kind": "legislation"
|
|
4144
|
+
"kind": "legislation",
|
|
4145
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — declared in the Declaration of Performance, where a harmonised technical specification covers the characteristic",
|
|
4146
|
+
"description": "Declared in the Declaration of Performance for characteristics covered by a harmonised technical specification; the CPR passport duty is deferred pending the Art. 75(1) delegated act."
|
|
4119
4147
|
},
|
|
4120
4148
|
"aiHints": {
|
|
4121
4149
|
"alternateNames": [
|
|
@@ -4187,7 +4215,7 @@
|
|
|
4187
4215
|
"defaultValue": null,
|
|
4188
4216
|
"enumOptions": [],
|
|
4189
4217
|
"validation": {
|
|
4190
|
-
"required":
|
|
4218
|
+
"required": false
|
|
4191
4219
|
},
|
|
4192
4220
|
"category": "circularity",
|
|
4193
4221
|
"categoryLabel": {
|
|
@@ -4222,7 +4250,8 @@
|
|
|
4222
4250
|
"article": "CPR 2024/3110",
|
|
4223
4251
|
"annex": "Annex I, Requirement 7",
|
|
4224
4252
|
"instrument": "32024R3110",
|
|
4225
|
-
"kind": "legislation"
|
|
4253
|
+
"kind": "legislation",
|
|
4254
|
+
"description": "No EU instrument in force requires repair or reuse instructions for construction products; the CPR provisions that would are deferred."
|
|
4226
4255
|
},
|
|
4227
4256
|
"aiHints": {
|
|
4228
4257
|
"alternateNames": [
|
|
@@ -4293,7 +4322,7 @@
|
|
|
4293
4322
|
"defaultValue": null,
|
|
4294
4323
|
"enumOptions": [],
|
|
4295
4324
|
"validation": {
|
|
4296
|
-
"required":
|
|
4325
|
+
"required": false
|
|
4297
4326
|
},
|
|
4298
4327
|
"category": "circularity",
|
|
4299
4328
|
"categoryLabel": {
|
|
@@ -4328,7 +4357,8 @@
|
|
|
4328
4357
|
"article": "CPR 2024/3110",
|
|
4329
4358
|
"annex": "Annex I, Requirement 7",
|
|
4330
4359
|
"instrument": "32024R3110",
|
|
4331
|
-
"kind": "legislation"
|
|
4360
|
+
"kind": "legislation",
|
|
4361
|
+
"description": "No EU instrument in force mandates demolition or end-of-life guidance for construction products."
|
|
4332
4362
|
},
|
|
4333
4363
|
"aiHints": {
|
|
4334
4364
|
"alternateNames": [
|
|
@@ -4400,7 +4430,7 @@
|
|
|
4400
4430
|
"defaultValue": null,
|
|
4401
4431
|
"enumOptions": [],
|
|
4402
4432
|
"validation": {
|
|
4403
|
-
"required":
|
|
4433
|
+
"required": false
|
|
4404
4434
|
},
|
|
4405
4435
|
"category": "circularity",
|
|
4406
4436
|
"categoryLabel": {
|
|
@@ -4583,7 +4613,7 @@
|
|
|
4583
4613
|
"sv": "CE-märkningsstatus"
|
|
4584
4614
|
},
|
|
4585
4615
|
"description": {
|
|
4586
|
-
"en": "Whether the product bears CE marking and its validity",
|
|
4616
|
+
"en": "Whether the product bears CE marking and its validity CE marking is affixed to the product or its packaging and is obligatory only where a harmonised specification or ETA covers the product.",
|
|
4587
4617
|
"lt": "Ar produktas turi CE žymelį ir jo galiojimo terminas",
|
|
4588
4618
|
"es": "Si el producto lleva marcado CE y su validez",
|
|
4589
4619
|
"hr": "Ima li proizvod CE oznaku i njezinu valjanost",
|
|
@@ -4700,7 +4730,7 @@
|
|
|
4700
4730
|
}
|
|
4701
4731
|
],
|
|
4702
4732
|
"validation": {
|
|
4703
|
-
"required":
|
|
4733
|
+
"required": false
|
|
4704
4734
|
},
|
|
4705
4735
|
"category": "compliance",
|
|
4706
4736
|
"categoryLabel": {
|
|
@@ -4735,7 +4765,7 @@
|
|
|
4735
4765
|
"article": "Art. 13-15",
|
|
4736
4766
|
"annex": null,
|
|
4737
4767
|
"instrument": "32024R3110",
|
|
4738
|
-
"provision": "
|
|
4768
|
+
"provision": "CPR (EU) 2024/3110 Arts. 13-17 — CE marking, only where a harmonised technical specification or a European Technical Assessment covers the product",
|
|
4739
4769
|
"kind": "legislation"
|
|
4740
4770
|
},
|
|
4741
4771
|
"aiHints": {
|
|
@@ -4983,7 +5013,7 @@
|
|
|
4983
5013
|
}
|
|
4984
5014
|
],
|
|
4985
5015
|
"validation": {
|
|
4986
|
-
"required":
|
|
5016
|
+
"required": false
|
|
4987
5017
|
},
|
|
4988
5018
|
"category": "compliance",
|
|
4989
5019
|
"categoryLabel": {
|
|
@@ -5018,7 +5048,9 @@
|
|
|
5018
5048
|
"article": "CPR 2024/3110",
|
|
5019
5049
|
"annex": "",
|
|
5020
5050
|
"instrument": "32024R3110",
|
|
5021
|
-
"kind": "legislation"
|
|
5051
|
+
"kind": "legislation",
|
|
5052
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 + Annex IX — AVCP system stated in the Declaration of Performance",
|
|
5053
|
+
"description": "The AVCP system is recorded in the Declaration of Performance, not published as a passport field."
|
|
5022
5054
|
},
|
|
5023
5055
|
"aiHints": {
|
|
5024
5056
|
"alternateNames": [
|
|
@@ -5090,7 +5122,7 @@
|
|
|
5090
5122
|
"defaultValue": null,
|
|
5091
5123
|
"enumOptions": [],
|
|
5092
5124
|
"validation": {
|
|
5093
|
-
"required":
|
|
5125
|
+
"required": false
|
|
5094
5126
|
},
|
|
5095
5127
|
"category": "compliance",
|
|
5096
5128
|
"categoryLabel": {
|
|
@@ -5125,7 +5157,9 @@
|
|
|
5125
5157
|
"article": "CPR 2024/3110",
|
|
5126
5158
|
"annex": "",
|
|
5127
5159
|
"instrument": "32024R3110",
|
|
5128
|
-
"kind": "legislation"
|
|
5160
|
+
"kind": "legislation",
|
|
5161
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — notified body identified in the Declaration of Performance",
|
|
5162
|
+
"description": "The notified body's name and number appear in the Declaration of Performance and alongside the CE marking."
|
|
5129
5163
|
},
|
|
5130
5164
|
"aiHints": {
|
|
5131
5165
|
"alternateNames": [
|
|
@@ -5197,7 +5231,7 @@
|
|
|
5197
5231
|
"defaultValue": null,
|
|
5198
5232
|
"enumOptions": [],
|
|
5199
5233
|
"validation": {
|
|
5200
|
-
"required":
|
|
5234
|
+
"required": false
|
|
5201
5235
|
},
|
|
5202
5236
|
"category": "compliance",
|
|
5203
5237
|
"categoryLabel": {
|
|
@@ -5232,7 +5266,9 @@
|
|
|
5232
5266
|
"article": "CPR 2024/3110",
|
|
5233
5267
|
"annex": "",
|
|
5234
5268
|
"instrument": "32024R3110",
|
|
5235
|
-
"kind": "legislation"
|
|
5269
|
+
"kind": "legislation",
|
|
5270
|
+
"provision": "CPR (EU) 2024/3110 Art. 22 — technical documentation held and produced to authorities on request",
|
|
5271
|
+
"description": "Test and assessment reports are technical-file content produced on request, not published."
|
|
5236
5272
|
},
|
|
5237
5273
|
"aiHints": {
|
|
5238
5274
|
"alternateNames": [
|
|
@@ -5304,7 +5340,7 @@
|
|
|
5304
5340
|
"defaultValue": null,
|
|
5305
5341
|
"enumOptions": [],
|
|
5306
5342
|
"validation": {
|
|
5307
|
-
"required":
|
|
5343
|
+
"required": false
|
|
5308
5344
|
},
|
|
5309
5345
|
"category": "compliance",
|
|
5310
5346
|
"categoryLabel": {
|
|
@@ -5339,7 +5375,8 @@
|
|
|
5339
5375
|
"article": "CPR 2024/3110, AVCP 3+",
|
|
5340
5376
|
"annex": "",
|
|
5341
5377
|
"instrument": "32024R3110",
|
|
5342
|
-
"kind": "legislation"
|
|
5378
|
+
"kind": "legislation",
|
|
5379
|
+
"description": "Environmental product declarations under EN 15804+A2 are voluntary; no EU instrument in force mandates one."
|
|
5343
5380
|
},
|
|
5344
5381
|
"aiHints": {
|
|
5345
5382
|
"alternateNames": [
|
|
@@ -5411,7 +5448,7 @@
|
|
|
5411
5448
|
"defaultValue": null,
|
|
5412
5449
|
"enumOptions": [],
|
|
5413
5450
|
"validation": {
|
|
5414
|
-
"required":
|
|
5451
|
+
"required": false
|
|
5415
5452
|
},
|
|
5416
5453
|
"category": "compliance",
|
|
5417
5454
|
"categoryLabel": {
|
|
@@ -5446,7 +5483,9 @@
|
|
|
5446
5483
|
"article": "CPR 2024/3110",
|
|
5447
5484
|
"annex": "",
|
|
5448
5485
|
"instrument": "32024R3110",
|
|
5449
|
-
"kind": "legislation"
|
|
5486
|
+
"kind": "legislation",
|
|
5487
|
+
"provision": "CPR (EU) 2024/3110 Art. 13 — harmonised technical specification cited in the Declaration of Performance",
|
|
5488
|
+
"description": "The applicable harmonised standard is cited in the Declaration of Performance, which is the instrument discharging the duty."
|
|
5450
5489
|
},
|
|
5451
5490
|
"aiHints": {
|
|
5452
5491
|
"alternateNames": [
|
|
@@ -5624,7 +5663,7 @@
|
|
|
5624
5663
|
"defaultValue": null,
|
|
5625
5664
|
"enumOptions": [],
|
|
5626
5665
|
"validation": {
|
|
5627
|
-
"required":
|
|
5666
|
+
"required": false
|
|
5628
5667
|
},
|
|
5629
5668
|
"category": "use_safety",
|
|
5630
5669
|
"categoryLabel": {
|
|
@@ -5659,7 +5698,9 @@
|
|
|
5659
5698
|
"article": "CPR 2024/3110",
|
|
5660
5699
|
"annex": "",
|
|
5661
5700
|
"instrument": "32024R3110",
|
|
5662
|
-
"kind": "legislation"
|
|
5701
|
+
"kind": "legislation",
|
|
5702
|
+
"provision": "GPSR (EU) 2023/988 Art. 9(7) — instructions and safety information, where the product's risks require them",
|
|
5703
|
+
"description": "GPSR requires instructions accompany the product where safety requires it; it is not unconditional for every construction product."
|
|
5663
5704
|
},
|
|
5664
5705
|
"aiHints": {
|
|
5665
5706
|
"alternateNames": [
|
|
@@ -5730,7 +5771,7 @@
|
|
|
5730
5771
|
"defaultValue": null,
|
|
5731
5772
|
"enumOptions": [],
|
|
5732
5773
|
"validation": {
|
|
5733
|
-
"required":
|
|
5774
|
+
"required": false
|
|
5734
5775
|
},
|
|
5735
5776
|
"category": "use_safety",
|
|
5736
5777
|
"categoryLabel": {
|
|
@@ -5765,7 +5806,8 @@
|
|
|
5765
5806
|
"article": "CPR 2024/3110",
|
|
5766
5807
|
"annex": "",
|
|
5767
5808
|
"instrument": "32024R3110",
|
|
5768
|
-
"kind": "legislation"
|
|
5809
|
+
"kind": "legislation",
|
|
5810
|
+
"description": "No EU instrument in force requires maintenance guidance for construction products."
|
|
5769
5811
|
},
|
|
5770
5812
|
"aiHints": {
|
|
5771
5813
|
"alternateNames": [
|
|
@@ -5836,7 +5878,7 @@
|
|
|
5836
5878
|
"defaultValue": null,
|
|
5837
5879
|
"enumOptions": [],
|
|
5838
5880
|
"validation": {
|
|
5839
|
-
"required":
|
|
5881
|
+
"required": false
|
|
5840
5882
|
},
|
|
5841
5883
|
"category": "use_safety",
|
|
5842
5884
|
"categoryLabel": {
|
|
@@ -5871,7 +5913,9 @@
|
|
|
5871
5913
|
"article": "CPR 2024/3110",
|
|
5872
5914
|
"annex": "",
|
|
5873
5915
|
"instrument": "32024R3110",
|
|
5874
|
-
"kind": "legislation"
|
|
5916
|
+
"kind": "legislation",
|
|
5917
|
+
"provision": "CLP (EC) 1272/2008 Arts. 17-19 — hazard label on the product; REACH Art. 31 — safety data sheet supplied to recipients",
|
|
5918
|
+
"description": "Hazard communication is discharged by the physical CLP label and the safety data sheet supplied down the chain."
|
|
5875
5919
|
},
|
|
5876
5920
|
"aiHints": {
|
|
5877
5921
|
"alternateNames": [
|
|
@@ -6083,10 +6127,11 @@
|
|
|
6083
6127
|
"sortOrder": 48,
|
|
6084
6128
|
"defaultAccessLevel": "public",
|
|
6085
6129
|
"regulationRef": {
|
|
6086
|
-
"article": "
|
|
6130
|
+
"article": "GPSR (EU) 2023/988 Art. 9(7) — information enabling assessment of the product's risks in its intended and reasonably foreseeable use",
|
|
6087
6131
|
"annex": "",
|
|
6088
|
-
"instrument": "
|
|
6089
|
-
"kind": "legislation"
|
|
6132
|
+
"instrument": "32023R0988",
|
|
6133
|
+
"kind": "legislation",
|
|
6134
|
+
"provision": "GPSR (EU) 2023/988 Art. 9(7) — information enabling assessment of the product's risks in its intended and reasonably foreseeable use"
|
|
6090
6135
|
},
|
|
6091
6136
|
"aiHints": {
|
|
6092
6137
|
"alternateNames": [
|
|
@@ -6213,7 +6258,7 @@
|
|
|
6213
6258
|
}
|
|
6214
6259
|
],
|
|
6215
6260
|
"fieldCount": 49,
|
|
6216
|
-
"requiredFieldCount":
|
|
6261
|
+
"requiredFieldCount": 4,
|
|
6217
6262
|
"categories": [
|
|
6218
6263
|
{
|
|
6219
6264
|
"key": "product_identification",
|