Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Commit 6652f58

Browse files
chore: update DigitalProductPassport to use core working. (#481)
Update to untp-core working. Resave to remove extra import. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1649978 commit 6652f58

6 files changed

Lines changed: 57 additions & 127 deletions

File tree

data-models/untp-dpp/artefacts/ProductPassport-instance.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,13 @@
275275
"accuracy": 0.05
276276
}
277277
],
278-
"conformance": true,
279278
"conformityTopic": "environment.emissions",
280279
"conformityEvidence": {
281280
"linkURL": "https://files.example-certifier.com/1234567.json",
282281
"linkName": "GBA rule book conformity certificate",
283282
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
284283
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
285-
"hashMethod": "SHA-256",
286-
"encryptionMethod": "AES"
284+
"hashMethod": "SHA-256"
287285
}
288286
},
289287
{
@@ -451,15 +449,13 @@
451449
"accuracy": 0.05
452450
}
453451
],
454-
"conformance": true,
455452
"conformityTopic": "environment.emissions",
456453
"conformityEvidence": {
457454
"linkURL": "https://files.example-certifier.com/1234567.json",
458455
"linkName": "GBA rule book conformity certificate",
459456
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
460457
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
461-
"hashMethod": "SHA-256",
462-
"encryptionMethod": "AES"
458+
"hashMethod": "SHA-256"
463459
}
464460
}
465461
],
@@ -499,16 +495,14 @@
499495
"linkName": "GBA rule book conformity certificate",
500496
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
501497
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
502-
"hashMethod": "SHA-256",
503-
"encryptionMethod": "AES"
498+
"hashMethod": "SHA-256"
504499
},
505500
{
506501
"linkURL": "https://files.example-certifier.com/1234567.json",
507502
"linkName": "GBA rule book conformity certificate",
508503
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
509504
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
510-
"hashMethod": "SHA-256",
511-
"encryptionMethod": "AES"
505+
"hashMethod": "SHA-256"
512506
}
513507
]
514508
},
@@ -521,16 +515,14 @@
521515
"linkName": "GBA rule book conformity certificate",
522516
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
523517
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
524-
"hashMethod": "SHA-256",
525-
"encryptionMethod": "AES"
518+
"hashMethod": "SHA-256"
526519
},
527520
{
528521
"linkURL": "https://files.example-certifier.com/1234567.json",
529522
"linkName": "GBA rule book conformity certificate",
530523
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
531524
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
532-
"hashMethod": "SHA-256",
533-
"encryptionMethod": "AES"
525+
"hashMethod": "SHA-256"
534526
}
535527
]
536528
}

data-models/untp-dpp/artefacts/ProductPassport-schema.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -540,11 +540,6 @@
540540
},
541541
"description": "The list of specific values measured as part of this assessment (eg tensile strength)"
542542
},
543-
"conformance": {
544-
"example": true,
545-
"type": "boolean",
546-
"description": "An indicator of whether or not the claim or assesment conforms to the regulatory or standard criteria."
547-
},
548543
"conformityTopic": {
549544
"type": "string",
550545
"enum": [
@@ -575,7 +570,6 @@
575570
"description": "A declaration of conformance with one or more criteria from a specific standard or regulation. ",
576571
"required": [
577572
"id",
578-
"conformance",
579573
"conformityTopic"
580574
]
581575
},
@@ -942,15 +936,6 @@
942936
],
943937
"example": "SHA-256",
944938
"description": "The hashing algorithm used to create the target hash. SHA-265 is the recommended standard"
945-
},
946-
"encryptionMethod": {
947-
"type": "string",
948-
"enum": [
949-
"none",
950-
"AES"
951-
],
952-
"example": "none",
953-
"description": "The symmetric encryption algorithm used to encrypt the link target. AES is the recommended standard. Decryption keys are expected to be passed out of bounds."
954939
}
955940
},
956941
"description": "A binary file that is hashed ()for tamper evidence) and optionally encrypted (for confidentiality)."

0 commit comments

Comments
 (0)