@bsv/dpp-profiles 0.3.0-beta.1
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/LICENSE +58 -0
- package/README.md +64 -0
- package/dist/applicability.d.ts +96 -0
- package/dist/applicability.d.ts.map +1 -0
- package/dist/applicability.js +181 -0
- package/dist/applicability.js.map +1 -0
- package/dist/combinations.d.ts +30 -0
- package/dist/combinations.d.ts.map +1 -0
- package/dist/combinations.js +103 -0
- package/dist/combinations.js.map +1 -0
- package/dist/evidence-shapes.d.ts +198 -0
- package/dist/evidence-shapes.d.ts.map +1 -0
- package/dist/evidence-shapes.js +123 -0
- package/dist/evidence-shapes.js.map +1 -0
- package/dist/gs1-epc-binary.d.ts +81 -0
- package/dist/gs1-epc-binary.d.ts.map +1 -0
- package/dist/gs1-epc-binary.js +252 -0
- package/dist/gs1-epc-binary.js.map +1 -0
- package/dist/gs1-resolution.d.ts +392 -0
- package/dist/gs1-resolution.d.ts.map +1 -0
- package/dist/gs1-resolution.js +696 -0
- package/dist/gs1-resolution.js.map +1 -0
- package/dist/identifiers.d.ts +57 -0
- package/dist/identifiers.d.ts.map +1 -0
- package/dist/identifiers.js +117 -0
- package/dist/identifiers.js.map +1 -0
- package/dist/index.d.ts +235 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +124 -0
- package/dist/index.js.map +1 -0
- package/dist/manifest-v2.d.ts +87 -0
- package/dist/manifest-v2.d.ts.map +1 -0
- package/dist/manifest-v2.js +31 -0
- package/dist/manifest-v2.js.map +1 -0
- package/dist/mapping.d.ts +84 -0
- package/dist/mapping.d.ts.map +1 -0
- package/dist/mapping.js +88 -0
- package/dist/mapping.js.map +1 -0
- package/dist/projections.d.ts +233 -0
- package/dist/projections.d.ts.map +1 -0
- package/dist/projections.js +466 -0
- package/dist/projections.js.map +1 -0
- package/frozen.json +42 -0
- package/generated/consumer/battery-v2.json +2248 -0
- package/generated/consumer/battery-v3.json +4354 -0
- package/generated/consumer/general-v1.json +9 -0
- package/generated/consumer/general-v2.json +714 -0
- package/generated/consumer/textile-v1.json +101 -0
- package/generated/consumer/textile-v2.json +1033 -0
- package/generated/consumer/textile-v3.json +2011 -0
- package/generated/index.json +86 -0
- package/generated/mapping/battery@2.md +116 -0
- package/generated/mapping/battery@3.md +130 -0
- package/generated/mapping/general@2.md +50 -0
- package/generated/mapping/textile@2.md +61 -0
- package/generated/mapping/textile@3.md +73 -0
- package/generated/payload-schema/battery@2.public.schema.json +609 -0
- package/generated/payload-schema/battery@2.restricted.schema.json +377 -0
- package/generated/payload-schema/battery@3.public.schema.json +1364 -0
- package/generated/payload-schema/battery@3.restricted.schema.json +1097 -0
- package/generated/payload-schema/general@1.public.schema.json +37 -0
- package/generated/payload-schema/general@1.restricted.schema.json +9 -0
- package/generated/payload-schema/general@2.public.schema.json +352 -0
- package/generated/payload-schema/general@2.restricted.schema.json +52 -0
- package/generated/payload-schema/textile@1.public.schema.json +82 -0
- package/generated/payload-schema/textile@1.restricted.schema.json +22 -0
- package/generated/payload-schema/textile@2.public.schema.json +464 -0
- package/generated/payload-schema/textile@2.restricted.schema.json +78 -0
- package/generated/payload-schema/textile@3.public.schema.json +1299 -0
- package/generated/payload-schema/textile@3.restricted.schema.json +78 -0
- package/manifests/battery@2.json +4047 -0
- package/manifests/battery@3.json +6164 -0
- package/manifests/exchange/untp-0.7.0-jose@1.json +191 -0
- package/manifests/exchange/vc-di-ecdsa-rdfc-2019@1.json +74 -0
- package/manifests/exchange/vsc-draft-compat@0.1.0.json +64 -0
- package/manifests/general@1.json +148 -0
- package/manifests/general@2.json +1266 -0
- package/manifests/interoperability/epcis-json@1.json +69 -0
- package/manifests/interoperability/epcis-vsc@1.json +64 -0
- package/manifests/interoperability/gs1-digital-link@1.json +71 -0
- package/manifests/operator/federated-operators@1.json +54 -0
- package/manifests/operator/single-operator@1.json +52 -0
- package/manifests/textile@1.json +383 -0
- package/manifests/textile@2.json +1682 -0
- package/manifests/textile@3.json +2763 -0
- package/package.json +59 -0
- package/schemas/exchange-profile.schema.json +134 -0
- package/schemas/gs1/NOTICE.md +11 -0
- package/schemas/gs1/resolver-description-file-schema-1.2.0.json +124 -0
- package/schemas/gs1/resolver-linkset-context-1.2.1.jsonld +39 -0
- package/schemas/gs1/resolver-linkset-schema-1.2.1.json +96 -0
- package/schemas/interoperability-profile.schema.json +347 -0
- package/schemas/operator-profile.schema.json +108 -0
- package/schemas/product-identity.schema.json +45 -0
- package/schemas/profile-manifest-v2.schema.json +1087 -0
- package/schemas/profile-manifest.schema.json +291 -0
|
@@ -0,0 +1,609 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "urn:bsv:dpp:profile:battery@2:payload-public",
|
|
4
|
+
"title": "Battery passport (battery@2), public payload",
|
|
5
|
+
"description": "battery@2: the public payload carried on chain in field 10. JSON Schema validity is one check; obligation under a condition (needs-review), units, provenance and legal applicability are separate checks.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"additionalProperties": false,
|
|
8
|
+
"properties": {
|
|
9
|
+
"notice": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"minLength": 1,
|
|
12
|
+
"description": "The sample marker a demonstration record carries first; never product data."
|
|
13
|
+
},
|
|
14
|
+
"profile": {
|
|
15
|
+
"const": "battery",
|
|
16
|
+
"description": "The profile identifier the payload declares."
|
|
17
|
+
},
|
|
18
|
+
"profile_version": {
|
|
19
|
+
"const": 2,
|
|
20
|
+
"description": "The profile version the payload declares; a reader decodes under it and never under a newer one."
|
|
21
|
+
},
|
|
22
|
+
"object_did": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"minLength": 1,
|
|
25
|
+
"description": "An optional physical-object DID carried in the public payload; carrying it does not implement physical binding."
|
|
26
|
+
},
|
|
27
|
+
"dataCarrier": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"minLength": 1,
|
|
30
|
+
"description": "The data-carrier identifier (chip UID) the lookup service indexes beside the passport identifier."
|
|
31
|
+
},
|
|
32
|
+
"passportId": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"minLength": 1,
|
|
35
|
+
"title": "Passport reference",
|
|
36
|
+
"description": "recommended; none (spec recommendation)"
|
|
37
|
+
},
|
|
38
|
+
"serial": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"minLength": 1,
|
|
41
|
+
"title": "Serial number",
|
|
42
|
+
"description": "required; Annex XIII (1a); Art. 38(6); Art. 77(3)"
|
|
43
|
+
},
|
|
44
|
+
"modelName": {
|
|
45
|
+
"type": "string",
|
|
46
|
+
"minLength": 1,
|
|
47
|
+
"maxLength": 200,
|
|
48
|
+
"title": "Model name",
|
|
49
|
+
"description": "required; Annex VI Part A(2)"
|
|
50
|
+
},
|
|
51
|
+
"operator": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"minLength": 1,
|
|
54
|
+
"title": "Responsible operator",
|
|
55
|
+
"description": "recommended; ESPR Annex III(h)"
|
|
56
|
+
},
|
|
57
|
+
"manufacturer": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"minLength": 1,
|
|
60
|
+
"title": "Brand name",
|
|
61
|
+
"description": "required; Annex VI Part A(1); Art. 38(7)"
|
|
62
|
+
},
|
|
63
|
+
"manufacturerContact": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"minLength": 1,
|
|
66
|
+
"title": "Brand contact",
|
|
67
|
+
"description": "required; Annex VI Part A(1)"
|
|
68
|
+
},
|
|
69
|
+
"manufacturingPlace": {
|
|
70
|
+
"type": "object",
|
|
71
|
+
"additionalProperties": false,
|
|
72
|
+
"properties": {
|
|
73
|
+
"site": {
|
|
74
|
+
"type": "string",
|
|
75
|
+
"minLength": 1
|
|
76
|
+
},
|
|
77
|
+
"country": {
|
|
78
|
+
"type": "string",
|
|
79
|
+
"pattern": "^[A-Z]{2}$"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"required": [
|
|
83
|
+
"country"
|
|
84
|
+
],
|
|
85
|
+
"title": "Place of manufacture",
|
|
86
|
+
"description": "required; Annex VI Part A(3)"
|
|
87
|
+
},
|
|
88
|
+
"manufacturingDate": {
|
|
89
|
+
"type": "string",
|
|
90
|
+
"format": "date",
|
|
91
|
+
"title": "Made",
|
|
92
|
+
"description": "required; Annex VI Part A(4)"
|
|
93
|
+
},
|
|
94
|
+
"warrantyUntil": {
|
|
95
|
+
"type": "string",
|
|
96
|
+
"format": "date",
|
|
97
|
+
"title": "Guarantee until",
|
|
98
|
+
"description": "required; Annex XIII (1m)"
|
|
99
|
+
},
|
|
100
|
+
"category": {
|
|
101
|
+
"enum": [
|
|
102
|
+
"lmt",
|
|
103
|
+
"ev",
|
|
104
|
+
"industrial",
|
|
105
|
+
"stationary"
|
|
106
|
+
],
|
|
107
|
+
"title": "Category",
|
|
108
|
+
"description": "required; Annex VI Part A(2); Art. 3"
|
|
109
|
+
},
|
|
110
|
+
"massKg": {
|
|
111
|
+
"type": "number",
|
|
112
|
+
"minimum": 0,
|
|
113
|
+
"title": "Mass",
|
|
114
|
+
"description": "required; Annex VI Part A(5)"
|
|
115
|
+
},
|
|
116
|
+
"separateCollectionSymbol": {
|
|
117
|
+
"type": "string",
|
|
118
|
+
"minLength": 1,
|
|
119
|
+
"title": "Separate collection symbol",
|
|
120
|
+
"description": "required; Art. 13(4); Annex VI Part B; Annex XIII (1q)"
|
|
121
|
+
},
|
|
122
|
+
"elementSymbols": {
|
|
123
|
+
"type": "string",
|
|
124
|
+
"minLength": 1,
|
|
125
|
+
"title": "Element symbols",
|
|
126
|
+
"description": "required; Art. 13(5); Art. 74(1e); Annex XIII (1s)"
|
|
127
|
+
},
|
|
128
|
+
"carbonFootprintLabel": {
|
|
129
|
+
"type": "string",
|
|
130
|
+
"minLength": 1,
|
|
131
|
+
"title": "Carbon footprint label",
|
|
132
|
+
"description": "required; Art. 7(2); Annex XIII (1c)"
|
|
133
|
+
},
|
|
134
|
+
"extinguishingAgent": {
|
|
135
|
+
"type": "array",
|
|
136
|
+
"uniqueItems": true,
|
|
137
|
+
"items": {
|
|
138
|
+
"type": "string",
|
|
139
|
+
"minLength": 1
|
|
140
|
+
},
|
|
141
|
+
"title": "Usable extinguishing agent",
|
|
142
|
+
"description": "required; Annex VI Part A(9)"
|
|
143
|
+
},
|
|
144
|
+
"labelMeaning": {
|
|
145
|
+
"type": "string",
|
|
146
|
+
"minLength": 1,
|
|
147
|
+
"title": "What the symbols mean",
|
|
148
|
+
"description": "required; Art. 74(1e); Annex XIII (1s)"
|
|
149
|
+
},
|
|
150
|
+
"declarationOfConformity": {
|
|
151
|
+
"oneOf": [
|
|
152
|
+
{
|
|
153
|
+
"type": "string",
|
|
154
|
+
"format": "uri"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"type": "object"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"title": "Declaration of conformity",
|
|
161
|
+
"description": "required; Art. 18; Annex XIII (1r)"
|
|
162
|
+
},
|
|
163
|
+
"carbonFootprint": {
|
|
164
|
+
"type": "number",
|
|
165
|
+
"minimum": 0,
|
|
166
|
+
"title": "Declared footprint",
|
|
167
|
+
"description": "required; Art. 7(1); Annex XIII"
|
|
168
|
+
},
|
|
169
|
+
"carbonRawMaterials": {
|
|
170
|
+
"type": "number",
|
|
171
|
+
"minimum": 0,
|
|
172
|
+
"title": "Footprint: raw materials",
|
|
173
|
+
"description": "required; Art. 7(1)"
|
|
174
|
+
},
|
|
175
|
+
"carbonProduction": {
|
|
176
|
+
"type": "number",
|
|
177
|
+
"minimum": 0,
|
|
178
|
+
"title": "Footprint: production",
|
|
179
|
+
"description": "required; Art. 7(1)"
|
|
180
|
+
},
|
|
181
|
+
"carbonDistribution": {
|
|
182
|
+
"type": "number",
|
|
183
|
+
"minimum": 0,
|
|
184
|
+
"title": "Footprint: distribution",
|
|
185
|
+
"description": "required; Art. 7(1)"
|
|
186
|
+
},
|
|
187
|
+
"carbonEndOfLife": {
|
|
188
|
+
"type": "number",
|
|
189
|
+
"minimum": 0,
|
|
190
|
+
"title": "Footprint: end of life",
|
|
191
|
+
"description": "required; Art. 7(1)"
|
|
192
|
+
},
|
|
193
|
+
"carbonClass": {
|
|
194
|
+
"type": "string",
|
|
195
|
+
"title": "Carbon class",
|
|
196
|
+
"description": "required; Art. 7(2); Annex XIII (1c)"
|
|
197
|
+
},
|
|
198
|
+
"carbonStudyUrl": {
|
|
199
|
+
"type": "string",
|
|
200
|
+
"format": "uri",
|
|
201
|
+
"title": "Footprint study",
|
|
202
|
+
"description": "required; Art. 7(1)"
|
|
203
|
+
},
|
|
204
|
+
"carbonGeneralInfo": {
|
|
205
|
+
"type": "string",
|
|
206
|
+
"minLength": 1,
|
|
207
|
+
"title": "Battery and brand information",
|
|
208
|
+
"description": "required; Art. 7(1)"
|
|
209
|
+
},
|
|
210
|
+
"carbonAbsolute": {
|
|
211
|
+
"type": "number",
|
|
212
|
+
"minimum": 0,
|
|
213
|
+
"title": "Total footprint",
|
|
214
|
+
"description": "recommended; none (spec recommendation)"
|
|
215
|
+
},
|
|
216
|
+
"dueDiligenceReport": {
|
|
217
|
+
"oneOf": [
|
|
218
|
+
{
|
|
219
|
+
"type": "string",
|
|
220
|
+
"format": "uri"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"type": "object"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"title": "Due diligence report",
|
|
227
|
+
"description": "required; Annex XIII (1d); Art. 52(3)"
|
|
228
|
+
},
|
|
229
|
+
"dueDiligenceAssurances": {
|
|
230
|
+
"type": "array",
|
|
231
|
+
"items": {
|
|
232
|
+
"type": "object",
|
|
233
|
+
"additionalProperties": false,
|
|
234
|
+
"properties": {
|
|
235
|
+
"scheme": {
|
|
236
|
+
"type": "string",
|
|
237
|
+
"minLength": 1
|
|
238
|
+
},
|
|
239
|
+
"assurer": {
|
|
240
|
+
"type": "string",
|
|
241
|
+
"minLength": 1
|
|
242
|
+
},
|
|
243
|
+
"reference": {
|
|
244
|
+
"type": "string",
|
|
245
|
+
"minLength": 1
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"required": [
|
|
249
|
+
"scheme",
|
|
250
|
+
"assurer"
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
"title": "Third-party assurance",
|
|
254
|
+
"description": "recommended; Art. 53"
|
|
255
|
+
},
|
|
256
|
+
"supplyChainIndices": {
|
|
257
|
+
"type": "string",
|
|
258
|
+
"minLength": 1,
|
|
259
|
+
"title": "Supply chain indices",
|
|
260
|
+
"description": "recommended; none (spec recommendation)"
|
|
261
|
+
},
|
|
262
|
+
"chemistry": {
|
|
263
|
+
"type": "string",
|
|
264
|
+
"minLength": 1,
|
|
265
|
+
"title": "Chemistry",
|
|
266
|
+
"description": "required; Annex XIII (1b)"
|
|
267
|
+
},
|
|
268
|
+
"criticalRawMaterials": {
|
|
269
|
+
"type": "array",
|
|
270
|
+
"uniqueItems": true,
|
|
271
|
+
"items": {
|
|
272
|
+
"enum": [
|
|
273
|
+
"aluminium",
|
|
274
|
+
"antimony",
|
|
275
|
+
"arsenic",
|
|
276
|
+
"baryte",
|
|
277
|
+
"beryllium",
|
|
278
|
+
"bismuth",
|
|
279
|
+
"boron",
|
|
280
|
+
"cobalt",
|
|
281
|
+
"coking-coal",
|
|
282
|
+
"copper",
|
|
283
|
+
"feldspar",
|
|
284
|
+
"fluorspar",
|
|
285
|
+
"gallium",
|
|
286
|
+
"germanium",
|
|
287
|
+
"hafnium",
|
|
288
|
+
"helium",
|
|
289
|
+
"heavy-ree",
|
|
290
|
+
"light-ree",
|
|
291
|
+
"lithium",
|
|
292
|
+
"magnesium",
|
|
293
|
+
"manganese",
|
|
294
|
+
"natural-graphite",
|
|
295
|
+
"nickel",
|
|
296
|
+
"niobium",
|
|
297
|
+
"pgm",
|
|
298
|
+
"phosphate-rock",
|
|
299
|
+
"phosphorus",
|
|
300
|
+
"scandium",
|
|
301
|
+
"silicon-metal",
|
|
302
|
+
"strontium",
|
|
303
|
+
"tantalum",
|
|
304
|
+
"titanium-metal",
|
|
305
|
+
"tungsten",
|
|
306
|
+
"vanadium"
|
|
307
|
+
]
|
|
308
|
+
},
|
|
309
|
+
"title": "Critical raw materials",
|
|
310
|
+
"description": "required; Annex XIII (1b); Annex VI Part A(10)"
|
|
311
|
+
},
|
|
312
|
+
"hazardousSubstances": {
|
|
313
|
+
"type": "array",
|
|
314
|
+
"items": {
|
|
315
|
+
"type": "object",
|
|
316
|
+
"additionalProperties": false,
|
|
317
|
+
"properties": {
|
|
318
|
+
"name": {
|
|
319
|
+
"type": "string",
|
|
320
|
+
"minLength": 1
|
|
321
|
+
},
|
|
322
|
+
"cas": {
|
|
323
|
+
"type": "string",
|
|
324
|
+
"minLength": 1,
|
|
325
|
+
"pattern": "^\\d{2,7}-\\d{2}-\\d$"
|
|
326
|
+
},
|
|
327
|
+
"concentration": {
|
|
328
|
+
"type": "number",
|
|
329
|
+
"minimum": 0,
|
|
330
|
+
"maximum": 100
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
"required": [
|
|
334
|
+
"name",
|
|
335
|
+
"cas"
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
"title": "Hazardous substances",
|
|
339
|
+
"description": "required; Annex XIII (1b); Annex VI Part A(8)"
|
|
340
|
+
},
|
|
341
|
+
"substanceImpact": {
|
|
342
|
+
"type": "string",
|
|
343
|
+
"minLength": 1,
|
|
344
|
+
"maxLength": 2000,
|
|
345
|
+
"title": "Effects of those substances",
|
|
346
|
+
"description": "required; Art. 74(1f)"
|
|
347
|
+
},
|
|
348
|
+
"recycledShareTotal": {
|
|
349
|
+
"type": "number",
|
|
350
|
+
"minimum": 0,
|
|
351
|
+
"maximum": 100,
|
|
352
|
+
"title": "Recycled content",
|
|
353
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
354
|
+
},
|
|
355
|
+
"recycledNickelPre": {
|
|
356
|
+
"type": "number",
|
|
357
|
+
"minimum": 0,
|
|
358
|
+
"maximum": 100,
|
|
359
|
+
"title": "Nickel, pre-consumer",
|
|
360
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
361
|
+
},
|
|
362
|
+
"recycledCobaltPre": {
|
|
363
|
+
"type": "number",
|
|
364
|
+
"minimum": 0,
|
|
365
|
+
"maximum": 100,
|
|
366
|
+
"title": "Cobalt, pre-consumer",
|
|
367
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
368
|
+
},
|
|
369
|
+
"recycledLithiumPre": {
|
|
370
|
+
"type": "number",
|
|
371
|
+
"minimum": 0,
|
|
372
|
+
"maximum": 100,
|
|
373
|
+
"title": "Lithium, pre-consumer",
|
|
374
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
375
|
+
},
|
|
376
|
+
"recycledLeadPre": {
|
|
377
|
+
"type": "number",
|
|
378
|
+
"minimum": 0,
|
|
379
|
+
"maximum": 100,
|
|
380
|
+
"title": "Lead, pre-consumer",
|
|
381
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
382
|
+
},
|
|
383
|
+
"recycledNickelPost": {
|
|
384
|
+
"type": "number",
|
|
385
|
+
"minimum": 0,
|
|
386
|
+
"maximum": 100,
|
|
387
|
+
"title": "Nickel, post-consumer",
|
|
388
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
389
|
+
},
|
|
390
|
+
"recycledCobaltPost": {
|
|
391
|
+
"type": "number",
|
|
392
|
+
"minimum": 0,
|
|
393
|
+
"maximum": 100,
|
|
394
|
+
"title": "Cobalt, post-consumer",
|
|
395
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
396
|
+
},
|
|
397
|
+
"recycledLithiumPost": {
|
|
398
|
+
"type": "number",
|
|
399
|
+
"minimum": 0,
|
|
400
|
+
"maximum": 100,
|
|
401
|
+
"title": "Lithium, post-consumer",
|
|
402
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
403
|
+
},
|
|
404
|
+
"recycledLeadPost": {
|
|
405
|
+
"type": "number",
|
|
406
|
+
"minimum": 0,
|
|
407
|
+
"maximum": 100,
|
|
408
|
+
"title": "Lead, post-consumer",
|
|
409
|
+
"description": "required; Annex XIII (1e); Art. 8(1)"
|
|
410
|
+
},
|
|
411
|
+
"renewableShare": {
|
|
412
|
+
"type": "number",
|
|
413
|
+
"minimum": 0,
|
|
414
|
+
"maximum": 100,
|
|
415
|
+
"title": "Renewable content",
|
|
416
|
+
"description": "required; Annex XIII (1f)"
|
|
417
|
+
},
|
|
418
|
+
"endUserWastePrevention": {
|
|
419
|
+
"type": "string",
|
|
420
|
+
"minLength": 1,
|
|
421
|
+
"maxLength": 500,
|
|
422
|
+
"title": "Making it last",
|
|
423
|
+
"description": "required; Annex XIII (1s); Art. 74(1a)"
|
|
424
|
+
},
|
|
425
|
+
"endUserCollection": {
|
|
426
|
+
"type": "string",
|
|
427
|
+
"minLength": 1,
|
|
428
|
+
"maxLength": 500,
|
|
429
|
+
"title": "Where to return it",
|
|
430
|
+
"description": "required; Annex XIII (1s); Art. 74"
|
|
431
|
+
},
|
|
432
|
+
"endOfLifeTreatment": {
|
|
433
|
+
"type": "string",
|
|
434
|
+
"minLength": 1,
|
|
435
|
+
"maxLength": 500,
|
|
436
|
+
"title": "End of life",
|
|
437
|
+
"description": "required; Annex XIII (1s); Art. 74"
|
|
438
|
+
},
|
|
439
|
+
"ratedCapacityAh": {
|
|
440
|
+
"type": "number",
|
|
441
|
+
"minimum": 0,
|
|
442
|
+
"title": "Rated capacity",
|
|
443
|
+
"description": "required; Annex IV Part A(1); Annex VI Part A(6)"
|
|
444
|
+
},
|
|
445
|
+
"voltageMin": {
|
|
446
|
+
"type": "number",
|
|
447
|
+
"minimum": 0,
|
|
448
|
+
"title": "Minimum voltage",
|
|
449
|
+
"description": "required; Annex XIII (1h)"
|
|
450
|
+
},
|
|
451
|
+
"voltageMax": {
|
|
452
|
+
"type": "number",
|
|
453
|
+
"minimum": 0,
|
|
454
|
+
"title": "Maximum voltage",
|
|
455
|
+
"description": "required; Annex XIII (1h)"
|
|
456
|
+
},
|
|
457
|
+
"voltageNominal": {
|
|
458
|
+
"type": "number",
|
|
459
|
+
"minimum": 0,
|
|
460
|
+
"title": "Nominal voltage",
|
|
461
|
+
"description": "required; Annex XIII (1h)"
|
|
462
|
+
},
|
|
463
|
+
"powerOriginal": {
|
|
464
|
+
"type": "integer",
|
|
465
|
+
"minimum": 0,
|
|
466
|
+
"title": "Original power",
|
|
467
|
+
"description": "required; Annex XIII (1i)"
|
|
468
|
+
},
|
|
469
|
+
"powerMax": {
|
|
470
|
+
"type": "integer",
|
|
471
|
+
"minimum": 0,
|
|
472
|
+
"title": "Maximum permitted power",
|
|
473
|
+
"description": "required; Annex XIII (1i)"
|
|
474
|
+
},
|
|
475
|
+
"roundTripInitial": {
|
|
476
|
+
"type": "number",
|
|
477
|
+
"minimum": 0,
|
|
478
|
+
"maximum": 100,
|
|
479
|
+
"title": "Round trip efficiency, initial",
|
|
480
|
+
"description": "required; Annex XIII (1n)"
|
|
481
|
+
},
|
|
482
|
+
"roundTripAtHalfLife": {
|
|
483
|
+
"type": "number",
|
|
484
|
+
"minimum": 0,
|
|
485
|
+
"maximum": 100,
|
|
486
|
+
"title": "Round trip efficiency at half life",
|
|
487
|
+
"description": "required; Annex XIII (1n)"
|
|
488
|
+
},
|
|
489
|
+
"resistancePack": {
|
|
490
|
+
"type": "number",
|
|
491
|
+
"minimum": 0,
|
|
492
|
+
"title": "Internal resistance, pack",
|
|
493
|
+
"description": "required; Annex XIII (1o)"
|
|
494
|
+
},
|
|
495
|
+
"resistanceCell": {
|
|
496
|
+
"type": "number",
|
|
497
|
+
"minimum": 0,
|
|
498
|
+
"title": "Internal resistance, cell",
|
|
499
|
+
"description": "required; Annex XIII (1o)"
|
|
500
|
+
},
|
|
501
|
+
"resistanceModule": {
|
|
502
|
+
"type": "number",
|
|
503
|
+
"minimum": 0,
|
|
504
|
+
"title": "Internal resistance, module",
|
|
505
|
+
"description": "recommended; Annex XIII (1o)"
|
|
506
|
+
},
|
|
507
|
+
"expectedCycles": {
|
|
508
|
+
"type": "integer",
|
|
509
|
+
"minimum": 0,
|
|
510
|
+
"title": "Expected life in cycles",
|
|
511
|
+
"description": "required; Annex XIII (1j)"
|
|
512
|
+
},
|
|
513
|
+
"cycleLifeTest": {
|
|
514
|
+
"type": "string",
|
|
515
|
+
"minLength": 1,
|
|
516
|
+
"title": "Cycle life test used",
|
|
517
|
+
"description": "required; Annex XIII (1j)"
|
|
518
|
+
},
|
|
519
|
+
"cRate": {
|
|
520
|
+
"type": "number",
|
|
521
|
+
"minimum": 0,
|
|
522
|
+
"title": "C-rate of that test",
|
|
523
|
+
"description": "required; Annex XIII (1p)"
|
|
524
|
+
},
|
|
525
|
+
"exhaustionThreshold": {
|
|
526
|
+
"type": "number",
|
|
527
|
+
"minimum": 0,
|
|
528
|
+
"maximum": 100,
|
|
529
|
+
"title": "Exhaustion threshold",
|
|
530
|
+
"description": "required; Annex XIII (1k); applicability category-in"
|
|
531
|
+
},
|
|
532
|
+
"idleTempLower": {
|
|
533
|
+
"type": "integer",
|
|
534
|
+
"minimum": -60,
|
|
535
|
+
"maximum": 150,
|
|
536
|
+
"title": "Idle temperature, lowest",
|
|
537
|
+
"description": "required; Annex XIII (1l)"
|
|
538
|
+
},
|
|
539
|
+
"idleTempUpper": {
|
|
540
|
+
"type": "integer",
|
|
541
|
+
"minimum": -60,
|
|
542
|
+
"maximum": 150,
|
|
543
|
+
"title": "Idle temperature, highest",
|
|
544
|
+
"description": "required; Annex XIII (1l)"
|
|
545
|
+
},
|
|
546
|
+
"safety": {
|
|
547
|
+
"type": "string",
|
|
548
|
+
"minLength": 1,
|
|
549
|
+
"maxLength": 500,
|
|
550
|
+
"title": "Safety",
|
|
551
|
+
"description": "recommended; app addition; the spec puts safety measures at 6.6.1.5, restricted"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"required": [
|
|
555
|
+
"cRate",
|
|
556
|
+
"carbonClass",
|
|
557
|
+
"carbonDistribution",
|
|
558
|
+
"carbonEndOfLife",
|
|
559
|
+
"carbonFootprint",
|
|
560
|
+
"carbonProduction",
|
|
561
|
+
"carbonRawMaterials",
|
|
562
|
+
"carbonStudyUrl",
|
|
563
|
+
"category",
|
|
564
|
+
"chemistry",
|
|
565
|
+
"criticalRawMaterials",
|
|
566
|
+
"cycleLifeTest",
|
|
567
|
+
"dueDiligenceReport",
|
|
568
|
+
"endOfLifeTreatment",
|
|
569
|
+
"endUserCollection",
|
|
570
|
+
"endUserWastePrevention",
|
|
571
|
+
"expectedCycles",
|
|
572
|
+
"extinguishingAgent",
|
|
573
|
+
"hazardousSubstances",
|
|
574
|
+
"idleTempLower",
|
|
575
|
+
"idleTempUpper",
|
|
576
|
+
"labelMeaning",
|
|
577
|
+
"manufacturer",
|
|
578
|
+
"manufacturerContact",
|
|
579
|
+
"manufacturingDate",
|
|
580
|
+
"manufacturingPlace",
|
|
581
|
+
"massKg",
|
|
582
|
+
"modelName",
|
|
583
|
+
"powerMax",
|
|
584
|
+
"powerOriginal",
|
|
585
|
+
"profile",
|
|
586
|
+
"profile_version",
|
|
587
|
+
"ratedCapacityAh",
|
|
588
|
+
"recycledCobaltPost",
|
|
589
|
+
"recycledCobaltPre",
|
|
590
|
+
"recycledLeadPost",
|
|
591
|
+
"recycledLeadPre",
|
|
592
|
+
"recycledLithiumPost",
|
|
593
|
+
"recycledLithiumPre",
|
|
594
|
+
"recycledNickelPost",
|
|
595
|
+
"recycledNickelPre",
|
|
596
|
+
"renewableShare",
|
|
597
|
+
"resistanceCell",
|
|
598
|
+
"resistancePack",
|
|
599
|
+
"roundTripAtHalfLife",
|
|
600
|
+
"roundTripInitial",
|
|
601
|
+
"separateCollectionSymbol",
|
|
602
|
+
"serial",
|
|
603
|
+
"substanceImpact",
|
|
604
|
+
"voltageMax",
|
|
605
|
+
"voltageMin",
|
|
606
|
+
"voltageNominal",
|
|
607
|
+
"warrantyUntil"
|
|
608
|
+
]
|
|
609
|
+
}
|