@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,383 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manifestVersion": "1",
|
|
3
|
+
"kind": "industry",
|
|
4
|
+
"baseline": "native-baseline@1",
|
|
5
|
+
"roles": [
|
|
6
|
+
"passport-writer",
|
|
7
|
+
"attestation-issuer",
|
|
8
|
+
"registry",
|
|
9
|
+
"passport-reader"
|
|
10
|
+
],
|
|
11
|
+
"schemaDialect": "https://json-schema.org/draft/2020-12/schema",
|
|
12
|
+
"accessPolicyRef": "spec/record-model.md#7-the-owner-tier-binding",
|
|
13
|
+
"accessTiers": [
|
|
14
|
+
{
|
|
15
|
+
"id": "public",
|
|
16
|
+
"description": "Anyone with the identifier.",
|
|
17
|
+
"storage": "on-chain public payload"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": "owner",
|
|
21
|
+
"description": "The current holder, travelling with possession rather than with an authorisation.",
|
|
22
|
+
"storage": "off-chain encrypted"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": "legitimate",
|
|
26
|
+
"description": "Persons with a legitimate interest, the Batteries Regulation Article 77(2) group generalised.",
|
|
27
|
+
"storage": "off-chain encrypted"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "authority",
|
|
31
|
+
"description": "Notified bodies, market surveillance and other authorities.",
|
|
32
|
+
"storage": "off-chain encrypted"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"extends": null,
|
|
36
|
+
"id": "textile",
|
|
37
|
+
"version": 1,
|
|
38
|
+
"profile": "textile@1",
|
|
39
|
+
"status": "superseded",
|
|
40
|
+
"supersededBy": "textile@2",
|
|
41
|
+
"title": "Textile passport, version 1 (superseded)",
|
|
42
|
+
"description": "Version 1 declared field names, labels, obligations and tiers only: no types, units, constraints or provenance. It is served for as long as any state declares it and describes those states plainly, not as better structured than they were.",
|
|
43
|
+
"regulatoryLine": "Aligned with the JRC draft data requirements and binding EU textile labelling law (Reg. (EU) 1007/2011), ready to absorb the ESPR delegated act when adopted.",
|
|
44
|
+
"applicability": {
|
|
45
|
+
"categories": [],
|
|
46
|
+
"jurisdictions": [],
|
|
47
|
+
"statements": [
|
|
48
|
+
{
|
|
49
|
+
"text": "Version 1 recorded no legal basis per field; its regulatory line was the whole of its claim.",
|
|
50
|
+
"status": "needs-review"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"schemaUri": "generated/payload-schema/textile@1.public.schema.json",
|
|
55
|
+
"schemaDigest": "6017bf5df2259def03169dfd9e538e05dd7fdb77095e0fc45eac997426d6bc4d",
|
|
56
|
+
"restrictedSchemaUri": "generated/payload-schema/textile@1.restricted.schema.json",
|
|
57
|
+
"restrictedSchemaDigest": "45e2b89c1289aee98fec03800b623c9ea9d4158ac178e9d84164018399812fc2",
|
|
58
|
+
"contextRefs": [],
|
|
59
|
+
"stamps": [
|
|
60
|
+
{
|
|
61
|
+
"key": "notice",
|
|
62
|
+
"description": "The sample marker a demonstration record carries first; never product data.",
|
|
63
|
+
"valueType": "text"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"key": "profile",
|
|
67
|
+
"description": "The profile identifier the payload declares.",
|
|
68
|
+
"valueType": "id",
|
|
69
|
+
"const": "textile"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"key": "profile_version",
|
|
73
|
+
"description": "The profile version the payload declares; a reader decodes under it and never under a newer one.",
|
|
74
|
+
"valueType": "integer",
|
|
75
|
+
"const": 1
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"key": "object_did",
|
|
79
|
+
"description": "An optional physical-object DID carried in the public payload; carrying it does not implement physical binding.",
|
|
80
|
+
"valueType": "id"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"key": "dataCarrier",
|
|
84
|
+
"description": "The data-carrier identifier (chip UID) the lookup service indexes beside the passport identifier.",
|
|
85
|
+
"valueType": "id"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"fields": [
|
|
89
|
+
{
|
|
90
|
+
"key": "name",
|
|
91
|
+
"pointer": "/name",
|
|
92
|
+
"label": "Product name",
|
|
93
|
+
"valueType": "any",
|
|
94
|
+
"cardinality": "one",
|
|
95
|
+
"granularity": "item",
|
|
96
|
+
"provenance": {
|
|
97
|
+
"capture": "form"
|
|
98
|
+
},
|
|
99
|
+
"accessTier": "public",
|
|
100
|
+
"obligation": "required",
|
|
101
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
102
|
+
"applicability": {
|
|
103
|
+
"rule": "always"
|
|
104
|
+
},
|
|
105
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"key": "batch",
|
|
109
|
+
"pointer": "/batch",
|
|
110
|
+
"label": "Batch",
|
|
111
|
+
"valueType": "any",
|
|
112
|
+
"cardinality": "one",
|
|
113
|
+
"granularity": "item",
|
|
114
|
+
"provenance": {
|
|
115
|
+
"capture": "form"
|
|
116
|
+
},
|
|
117
|
+
"accessTier": "public",
|
|
118
|
+
"obligation": "required",
|
|
119
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
120
|
+
"applicability": {
|
|
121
|
+
"rule": "always"
|
|
122
|
+
},
|
|
123
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"key": "fibres",
|
|
127
|
+
"pointer": "/fibres",
|
|
128
|
+
"label": "Fibre composition",
|
|
129
|
+
"valueType": "any",
|
|
130
|
+
"cardinality": "one",
|
|
131
|
+
"granularity": "item",
|
|
132
|
+
"provenance": {
|
|
133
|
+
"capture": "form"
|
|
134
|
+
},
|
|
135
|
+
"accessTier": "public",
|
|
136
|
+
"obligation": "required",
|
|
137
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
138
|
+
"applicability": {
|
|
139
|
+
"rule": "always"
|
|
140
|
+
},
|
|
141
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"key": "manufacturer",
|
|
145
|
+
"pointer": "/manufacturer",
|
|
146
|
+
"label": "Brand name",
|
|
147
|
+
"valueType": "any",
|
|
148
|
+
"cardinality": "one",
|
|
149
|
+
"granularity": "item",
|
|
150
|
+
"provenance": {
|
|
151
|
+
"capture": "brand"
|
|
152
|
+
},
|
|
153
|
+
"accessTier": "public",
|
|
154
|
+
"obligation": "required",
|
|
155
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
156
|
+
"applicability": {
|
|
157
|
+
"rule": "always"
|
|
158
|
+
},
|
|
159
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"key": "manufacturerContact",
|
|
163
|
+
"pointer": "/manufacturerContact",
|
|
164
|
+
"label": "Brand contact",
|
|
165
|
+
"valueType": "any",
|
|
166
|
+
"cardinality": "one",
|
|
167
|
+
"granularity": "item",
|
|
168
|
+
"provenance": {
|
|
169
|
+
"capture": "brand"
|
|
170
|
+
},
|
|
171
|
+
"accessTier": "public",
|
|
172
|
+
"obligation": "required",
|
|
173
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
174
|
+
"applicability": {
|
|
175
|
+
"rule": "always"
|
|
176
|
+
},
|
|
177
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"key": "recycled",
|
|
181
|
+
"pointer": "/recycled",
|
|
182
|
+
"label": "Recycled content",
|
|
183
|
+
"valueType": "any",
|
|
184
|
+
"cardinality": "one",
|
|
185
|
+
"granularity": "item",
|
|
186
|
+
"provenance": {
|
|
187
|
+
"capture": "form"
|
|
188
|
+
},
|
|
189
|
+
"accessTier": "public",
|
|
190
|
+
"obligation": "recommended",
|
|
191
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
192
|
+
"applicability": {
|
|
193
|
+
"rule": "always"
|
|
194
|
+
},
|
|
195
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"key": "origin",
|
|
199
|
+
"pointer": "/origin",
|
|
200
|
+
"label": "Country of origin",
|
|
201
|
+
"valueType": "any",
|
|
202
|
+
"cardinality": "one",
|
|
203
|
+
"granularity": "item",
|
|
204
|
+
"provenance": {
|
|
205
|
+
"capture": "form"
|
|
206
|
+
},
|
|
207
|
+
"accessTier": "public",
|
|
208
|
+
"obligation": "recommended",
|
|
209
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
210
|
+
"applicability": {
|
|
211
|
+
"rule": "always"
|
|
212
|
+
},
|
|
213
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"key": "care",
|
|
217
|
+
"pointer": "/care",
|
|
218
|
+
"label": "Care",
|
|
219
|
+
"valueType": "any",
|
|
220
|
+
"cardinality": "one",
|
|
221
|
+
"granularity": "item",
|
|
222
|
+
"provenance": {
|
|
223
|
+
"capture": "form"
|
|
224
|
+
},
|
|
225
|
+
"accessTier": "public",
|
|
226
|
+
"obligation": "recommended",
|
|
227
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
228
|
+
"applicability": {
|
|
229
|
+
"rule": "always"
|
|
230
|
+
},
|
|
231
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"key": "substances",
|
|
235
|
+
"pointer": "/substances",
|
|
236
|
+
"label": "Substances of concern",
|
|
237
|
+
"valueType": "any",
|
|
238
|
+
"cardinality": "one",
|
|
239
|
+
"granularity": "item",
|
|
240
|
+
"provenance": {
|
|
241
|
+
"capture": "form"
|
|
242
|
+
},
|
|
243
|
+
"accessTier": "public",
|
|
244
|
+
"obligation": "recommended",
|
|
245
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
246
|
+
"applicability": {
|
|
247
|
+
"rule": "always"
|
|
248
|
+
},
|
|
249
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"key": "endOfLife",
|
|
253
|
+
"pointer": "/endOfLife",
|
|
254
|
+
"label": "End of life",
|
|
255
|
+
"valueType": "any",
|
|
256
|
+
"cardinality": "one",
|
|
257
|
+
"granularity": "item",
|
|
258
|
+
"provenance": {
|
|
259
|
+
"capture": "form"
|
|
260
|
+
},
|
|
261
|
+
"accessTier": "public",
|
|
262
|
+
"obligation": "recommended",
|
|
263
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
264
|
+
"applicability": {
|
|
265
|
+
"rule": "always"
|
|
266
|
+
},
|
|
267
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"key": "provenance",
|
|
271
|
+
"pointer": "/provenance",
|
|
272
|
+
"label": "Provenance",
|
|
273
|
+
"valueType": "any",
|
|
274
|
+
"cardinality": "one",
|
|
275
|
+
"granularity": "item",
|
|
276
|
+
"provenance": {
|
|
277
|
+
"capture": "form"
|
|
278
|
+
},
|
|
279
|
+
"accessTier": "owner",
|
|
280
|
+
"obligation": "optional",
|
|
281
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
282
|
+
"applicability": {
|
|
283
|
+
"rule": "always"
|
|
284
|
+
},
|
|
285
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"key": "warranty",
|
|
289
|
+
"pointer": "/warranty",
|
|
290
|
+
"label": "Warranty",
|
|
291
|
+
"valueType": "any",
|
|
292
|
+
"cardinality": "one",
|
|
293
|
+
"granularity": "item",
|
|
294
|
+
"provenance": {
|
|
295
|
+
"capture": "form"
|
|
296
|
+
},
|
|
297
|
+
"accessTier": "owner",
|
|
298
|
+
"obligation": "optional",
|
|
299
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
300
|
+
"applicability": {
|
|
301
|
+
"rule": "always"
|
|
302
|
+
},
|
|
303
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"key": "personalisation",
|
|
307
|
+
"pointer": "/personalisation",
|
|
308
|
+
"label": "Personalisation",
|
|
309
|
+
"valueType": "any",
|
|
310
|
+
"cardinality": "one",
|
|
311
|
+
"granularity": "item",
|
|
312
|
+
"provenance": {
|
|
313
|
+
"capture": "form"
|
|
314
|
+
},
|
|
315
|
+
"accessTier": "owner",
|
|
316
|
+
"obligation": "optional",
|
|
317
|
+
"legalBasis": "Version 1 recorded no legal basis for this field.",
|
|
318
|
+
"applicability": {
|
|
319
|
+
"rule": "always"
|
|
320
|
+
},
|
|
321
|
+
"note": "Declared without a type in version 1; granularity item is recorded because version 1 stated none."
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"eventMappings": [
|
|
325
|
+
{
|
|
326
|
+
"nativeOperation": "ACTIVATE",
|
|
327
|
+
"eventType": "Origin",
|
|
328
|
+
"externalEvent": "manufacture or commissioning",
|
|
329
|
+
"requires": "manufacturing or commissioning evidence naming the facility, time and responsible party; the native ACTIVATE alone records only that a passport was opened",
|
|
330
|
+
"withoutEvidence": "insufficient-data"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"nativeOperation": "SOLD",
|
|
334
|
+
"eventType": "Transfer",
|
|
335
|
+
"externalEvent": "physical move or change of custody",
|
|
336
|
+
"requires": "actual source and destination movement or custody evidence; a change of token control is not a shipment",
|
|
337
|
+
"withoutEvidence": "insufficient-data"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"nativeOperation": "RESOLD",
|
|
341
|
+
"eventType": "Transfer",
|
|
342
|
+
"externalEvent": "physical move or change of custody",
|
|
343
|
+
"requires": "actual source and destination movement or custody evidence",
|
|
344
|
+
"withoutEvidence": "insufficient-data"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"nativeOperation": "TRANSFER",
|
|
348
|
+
"eventType": "Transfer",
|
|
349
|
+
"externalEvent": "change of custody",
|
|
350
|
+
"requires": "custody evidence beyond the token transfer; the transfer of token control alone establishes neither physical movement nor legal title",
|
|
351
|
+
"withoutEvidence": "insufficient-data"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"nativeOperation": "REPAIRED",
|
|
355
|
+
"eventType": "Transformation",
|
|
356
|
+
"externalEvent": "modification (repair)",
|
|
357
|
+
"requires": "repair evidence naming what was done, by whom and when",
|
|
358
|
+
"withoutEvidence": "insufficient-data"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"nativeOperation": "EDIT",
|
|
362
|
+
"eventType": "Transformation",
|
|
363
|
+
"externalEvent": "metadata revision",
|
|
364
|
+
"requires": "nothing physical: an EDIT is a native metadata operation and maps to a record revision, not a physical transformation",
|
|
365
|
+
"withoutEvidence": "transformed"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"nativeOperation": "RECYCLED",
|
|
369
|
+
"eventType": "Disposition",
|
|
370
|
+
"externalEvent": "disposition, or a process creating new products or materials",
|
|
371
|
+
"requires": "recycling evidence distinguishing disposition of this item from a process whose outputs carry new identities",
|
|
372
|
+
"withoutEvidence": "insufficient-data"
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"sourceRefs": [],
|
|
376
|
+
"identity": {
|
|
377
|
+
"passportIdentifier": "A GS1 Digital Link URI (spec/record-model.md section 3).",
|
|
378
|
+
"granularities": [
|
|
379
|
+
"item"
|
|
380
|
+
],
|
|
381
|
+
"parentRelations": []
|
|
382
|
+
}
|
|
383
|
+
}
|