Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions data-models/untp-dfr/artefacts/FacilityRecord-instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,13 @@
"accuracy": 0.05
}
],
"conformance": true,
"conformityTopic": "environment.emissions",
"conformityEvidence": {
"linkURL": "https://files.example-certifier.com/1234567.json",
"linkName": "GBA rule book conformity certificate",
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
"hashMethod": "SHA-256",
"encryptionMethod": "AES"
"hashMethod": "SHA-256"
}
},
{
Expand Down Expand Up @@ -449,15 +447,13 @@
"accuracy": 0.05
}
],
"conformance": true,
"conformityTopic": "environment.emissions",
"conformityEvidence": {
"linkURL": "https://files.example-certifier.com/1234567.json",
"linkName": "GBA rule book conformity certificate",
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
"hashMethod": "SHA-256",
"encryptionMethod": "AES"
"hashMethod": "SHA-256"
}
}
]
Expand Down
15 changes: 0 additions & 15 deletions data-models/untp-dfr/artefacts/FacilityRecord-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,11 +526,6 @@
},
"description": "The list of specific values measured as part of this assessment (eg tensile strength)"
},
"conformance": {
"example": true,
"type": "boolean",
"description": "An indicator of whether or not the claim or assesment conforms to the regulatory or standard criteria."
},
"conformityTopic": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -561,7 +556,6 @@
"description": "A declaration of conformance with one or more criteria from a specific standard or regulation. ",
"required": [
"id",
"conformance",
"conformityTopic"
]
},
Expand Down Expand Up @@ -967,15 +961,6 @@
],
"example": "SHA-256",
"description": "The hashing algorithm used to create the target hash. SHA-265 is the recommended standard"
},
"encryptionMethod": {
"type": "string",
"enum": [
"none",
"AES"
],
"example": "none",
"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."
}
},
"description": "A binary file that is hashed ()for tamper evidence) and optionally encrypted (for confidentiality)."
Expand Down
74 changes: 29 additions & 45 deletions data-models/untp-dfr/artefacts/context.jsonld
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@context": {
"untp-dfr": "https://test.uncefact.org/vocabulary/untp/dfr/0/",
"schemaorg": "https://schema.org/",
"untp-core": "https://test.uncefact.org/vocabulary/untp/core/0/",
"untp-dfr": "https://test.uncefact.org/vocabulary/untp/dfr/working/",
"schema": "https://schema.org/",
"untp-core": "https://test.uncefact.org/vocabulary/untp/core/working/",
"geojson": "https://purl.org/geojson/vocab#",
"renderMethodPrefix": "https://w3id.org/vc/render-method#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
Expand All @@ -18,7 +18,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
}
}
},
Expand All @@ -32,7 +32,7 @@
"@type": "xsd:string"
},
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"schemeID": {
"@id": "untp-core:schemeID",
Expand All @@ -50,7 +50,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"registeredId": {
"@id": "untp-core:registeredId",
Expand All @@ -61,7 +61,7 @@
"@type": "@id"
},
"description": {
"@id": "schemaorg:description"
"@id": "schema:description"
},
"registrationCountry": {
"@id": "untp-core:registrationCountry",
Expand All @@ -85,7 +85,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"registeredId": {
"@id": "untp-core:registeredId",
Expand All @@ -105,15 +105,15 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"issuerAlsoKnownAs": {
"@id": "untp-core:Party",
"@type": "@id",
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"registeredId": {
"@id": "untp-core:registeredId",
Expand All @@ -133,7 +133,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"registeredId": {
"@id": "untp-core:registeredId",
Expand All @@ -144,7 +144,7 @@
"@type": "@id"
},
"description": {
"@id": "schemaorg:description"
"@id": "schema:description"
},
"countryOfOperation": {
"@id": "untp-core:countryOfOperation",
Expand All @@ -164,7 +164,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"registeredId": {
"@id": "untp-core:registeredId",
Expand All @@ -182,7 +182,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"registeredId": {
"@id": "untp-core:registeredId",
Expand Down Expand Up @@ -295,15 +295,15 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"issuingParty": {
"@id": "untp-core:Party",
"@type": "@id",
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"registeredId": {
"@id": "untp-core:registeredId",
Expand All @@ -327,7 +327,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"jurisdictionCountry": {
"@id": "untp-core:jurisdictionCountry",
Expand All @@ -343,7 +343,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"registeredId": {
"@id": "untp-core:registeredId",
Expand All @@ -367,25 +367,25 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"description": {
"@id": "schemaorg:description"
"@id": "schema:description"
},
"conformityTopic": {
"@id": "untp-core:conformityTopic",
"@type": "@vocab",
"@context": {
"@protected": true,
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/working/conformityTopicCode#"
}
},
"status": {
"@id": "untp-core:status",
"@type": "@vocab",
"@context": {
"@protected": true,
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/statusCode#"
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/working/statusCode#"
}
},
"subCriterion": {
Expand Down Expand Up @@ -450,7 +450,7 @@
"@context": {
"@protected": true,
"description": {
"@id": "schemaorg:description"
"@id": "schema:description"
},
"referenceStandard": {
"@id": "untp-core:referenceStandard",
Expand Down Expand Up @@ -506,16 +506,12 @@
}
}
},
"conformance": {
"@id": "untp-core:conformance",
"@type": "xsd:boolean"
},
"conformityTopic": {
"@id": "untp-core:conformityTopic",
"@type": "@vocab",
"@context": {
"@protected": true,
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/working/conformityTopicCode#"
}
},
"conformityEvidence": {
Expand Down Expand Up @@ -544,15 +540,7 @@
"@type": "@vocab",
"@context": {
"@protected": true,
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/hashMethodCode#"
}
},
"encryptionMethod": {
"@id": "untp-core:encryptionMethod",
"@type": "@vocab",
"@context": {
"@protected": true,
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/encryptionMethodCode#"
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/working/hashMethodCode#"
}
}
}
Expand Down Expand Up @@ -580,7 +568,7 @@
"@context": {
"@protected": true,
"description": {
"@id": "schemaorg:description"
"@id": "schema:description"
},
"referenceStandard": {
"@id": "untp-core:referenceStandard",
Expand Down Expand Up @@ -636,16 +624,12 @@
}
}
},
"conformance": {
"@id": "untp-core:conformance",
"@type": "xsd:boolean"
},
"conformityTopic": {
"@id": "untp-core:conformityTopic",
"@type": "@vocab",
"@context": {
"@protected": true,
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/0/conformityTopicCode#"
"@vocab": "https://test.uncefact.org/vocabulary/untp/core/working/conformityTopicCode#"
}
}
}
Expand All @@ -656,7 +640,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"mediaQuery": {
"@id": "untp-core:mediaQuery",
Expand All @@ -678,7 +662,7 @@
"@context": {
"@protected": true,
"name": {
"@id": "schemaorg:name"
"@id": "schema:name"
},
"template": {
"@id": "renderMethodPrefix:template",
Expand Down
10 changes: 3 additions & 7 deletions data-models/untp-dfr/artefacts/untp-dfr-instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://test.uncefact.org/vocabulary/untp/dfr/0.6.1/"
"https://test.uncefact.org/vocabulary/untp/dfr/working/"
],
"id": "https://example-company.com/credentials/2a423366-a0d6-4855-ba65-2e0c926d09b0",
"issuer": {
Expand Down Expand Up @@ -318,15 +318,13 @@
"accuracy": 0.05
}
],
"conformance": true,
"conformityTopic": "environment.emissions",
"conformityEvidence": {
"linkURL": "https://files.example-certifier.com/1234567.json",
"linkName": "GBA rule book conformity certificate",
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
"hashMethod": "SHA-256",
"encryptionMethod": "AES"
"hashMethod": "SHA-256"
}
},
{
Expand Down Expand Up @@ -494,15 +492,13 @@
"accuracy": 0.05
}
],
"conformance": true,
"conformityTopic": "environment.emissions",
"conformityEvidence": {
"linkURL": "https://files.example-certifier.com/1234567.json",
"linkName": "GBA rule book conformity certificate",
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
"hashDigest": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
"hashMethod": "SHA-256",
"encryptionMethod": "AES"
"hashMethod": "SHA-256"
}
}
]
Expand Down
Loading