version: 0.3.10
ConformityCredential Domain
Data Model
Data Definitions
DigitalConformityCredential
A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation.
Property | Definition | Type |
---|---|---|
@context | A list of JSON-LD context URIs that define the seamntic meaning of prperties within the credential. | Text |
id | A unique identifier (URI) assigned to the product passport. May be a UUID | URI |
issuer | The organisation that is the isuer of this VC. Note that the "id" property MUST be a W3C DID. Other identifiers such as tax registration numbers can be listed in the "otherIdentifiers" property. | CredentialIssuer |
validFrom | The date and time from which the credential is valid. | DateTime |
validUntil | The expiry date (if applicable) of this verifiable credential. | DateTime |
credentialSubject | The conformity attestion is the subject of the verifiable credential. | ConformityAttestation |
ConformityAttestation
A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation.
Property | Definition | Type |
---|---|---|
id | The globally unique ID of this conformity attestation. | URI |
name | Product GHG Footprint certificate in accordance with GBA Rulebook. | Text |
assessorLevel | Assurance code pertaining to assessor (relation to the object under assessment) | Code |
assessmentLevel | Assurance pertaining to assessment (any authority or support for the assessment process) | Code |
attestationType | The type of criterion (optional or mandatory). | Code |
attestationDescription | SampleCAB Inc attests that the product class LiFePO4 EV batteries manufactured at Sample battery facility have reported GHG foorptint that conform to the GBA rulebook version 1.5. | Text |
issuedToParty | The party to whom the conformity attestation was issued. | Entity |
authorisations | The authority under which a conformity claim is issued. For example a national accrediation authority may accredit a test lab to issue test certificates about a product against a standard. | Endorsement |
conformityCertificate | A reference to the human / printable version of this conformity attestation - typically represented as a PDF document. The document may have more details than are represented in the digital attestation. | SecureLink |
auditableEvidence | Auditable evidence supporting this assessment such as raw measurements, supporting documents. This is usally private data and would normally be encrypted. | SecureLink |
scope | A list of relevant standards and/or regulations against which apply to this attestation (eg AS1163:2016). | ConformityAssessmentScheme |
assessments | The list of specific assessments made within this conformity attestation. | ConformityAssessment |
ConformityAssessmentScheme
A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification)
Property | Definition | Type |
---|---|---|
id | A unique identifier for the standard (eg https://www.iso.org/standard/60857.html). | URI |
name | The name of the standard | Text |
issuingParty | The party that issued the standard | Entity |
issueDate | The date when the standard was issued. | Date |
trustmark | The trust mark that represents the conformity assessment scheme. | BinaryFile |
ConformityAssessment
A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch.
Property | Definition | Type |
---|---|---|
id | A unique identifier for the delcaration. Often this will be an extension of the product.id or attestation.id. But could be a UUID. | URI |
referenceStandard | The reference to the standard that defines the specification / criteria | Standard |
referenceRegulation | The reference to the regulation that defines the assessment criteria | Regulation |
assessmentCriteria | The specification against which the assessment is made. | Criterion |
declaredValues | The list of specific values measured as part of this assessment (eg tensile strength) | Metric |
compliance | An indicator of whether or not the assessment meets the specification. | Indicator |
conformityTopic | The conformity topic category for this assessment (eg vocabulary.uncefact.org/sustainability/emissions) | Code |
assessedProducts | The list of products that are the subject of this conformity assessment | Product |
assessedFacilities | The list of facilities that are the subject of this conformity assessment. | Facility |
Product
The product which is the subject of this conformity assessment
Property | Definition | Type |
---|---|---|
id | The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. | URI |
name | The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory | Text |
registeredId | The registration number (alphanumeric) of the entity within the register. Unique within the register. | Text |
idScheme | The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. | IdentifierScheme |
IDverifiedByCAB | Indicates whether the conformity assessment body has verified the identity product that is the subject of the assessment. | Indicator |
Facility
The facility which is the subject of this conformity assessment
Property | Definition | Type |
---|---|---|
id | The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. | URI |
name | The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory | Text |
registeredId | The registration number (alphanumeric) of the entity within the register. Unique within the register. | Text |
idScheme | The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. | IdentifierScheme |
IDverifiedByCAB | Indicates whether the conformity assessment body has verified the identity of the facility which is the subject of the assement. | Indicator |
CredentialIssuer
From unece.untp-core
The issuer party ()person or orgnaition) of a verifiable credential.
Property | Definition | Type |
---|---|---|
id | The W3C DID of the issuer - should be a did:web or did:tdw | URI |
name | The name of the issuer person or organisation | Text |
otherIdentifiers | An optional list of other registered identifiers for this credential issuer | Entity |
Entity
From unece.untp-core
The ID and Name of an identified entity such qs a product, facility, party, standard, etc. If the identifier is a W3C DID then the corresponding DID document SHOULD include a serviceEndpoint of type "IdentityResolver". If the identifier is not a W3C DID then the id peroperty SHOULD be an identity resolver URL.
Property | Definition | Type |
---|---|---|
id | The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. | URI |
name | The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory | Text |
registeredId | The registration number (alphanumeric) of the entity within the register. Unique within the register. | Text |
idScheme | The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. | IdentifierScheme |
IdentifierScheme
From unece.untp-core
An identifier registration scheme for products, facilities, or organisations. Typically operated by a state, national or gloabl authority.
Property | Definition | Type |
---|---|---|
id | The globally unique identifier of the registration scheme. The scheme should be registered and discoverable from vocabulary.uncefact.org/identifierSchemes | URI |
name | The name of the identifier scheme. | Text |
Endorsement
From unece.untp-core
The authority under which a conformity claim is issued. For example a national accrediation authority may accredit a test lab to issue test certificates about a product against a standard.
Property | Definition | Type |
---|---|---|
id | Globally unique identifier of an accreditation or authority issued to a confomrity assessment body by a regulator or national accreditation authority. | URI |
name | The name of the accreditation. | Text |
trustmark | The trust mark image awarded by the AB to the CAB to indicate accrediation. | BinaryFile |
issuingAuthority | The competent authority that issued the accreditation. | Entity |
accreditationCertificate | The evidence that supports the authroty under which the attestation is issued - eg an accreditation certificate. | Link |
BinaryFile
From unece.untp-core
A binary file reference including name and filetype
Property | Definition | Type |
---|---|---|
fileName | A name for referenced binary file | Text |
fileType | The type of file, represented as a MIME type. | Code (mimeType) |
file | The binary file data encoded as Base64 string. | Base64 |
Link
From unece.untp-core
A structure to provide a URL link plus metadata associated with the link.
Property | Definition | Type |
---|---|---|
linkURL | The URL of the target resource. | URI |
linkName | A display name for the target resource | Text |
linkType | The type of the target resource - drawn from a controlled vocabulary | Text |
SecureLink
From unece.untp-core
A binary file that is hashed ()for tamper evidence) and optionally encrypted (for confidentiality).
Property | Definition | Type |
---|---|---|
linkURL | The URL of the target resource. | URI |
linkName | A display name for the target resource | Text |
linkType | The type of the target resource - drawn from a controlled vocabulary | Text |
hashDigest | The hash of the file. | Text |
hashMethod | The hashing algorithm used to create the target hash. SHA-265 is the recommedned standard | Code (hashMethodCode) |
encryptionMethod | 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. | Code (encryptionMethodCode) |
Standard
From unece.untp-core
A standard (eg ISO 14000) that specifies the criteria for conformance.
Property | Definition | Type |
---|---|---|
id | A unique identifier for the standard (eg https://www.iso.org/standard/60857.html). | URI |
name | The name of the standard | Text |
issuingParty | The party that issued the standard | Entity |
issueDate | The date when the standard was issued. | Date |
Regulation
From unece.untp-core
A regulation (eg EU deforestation regulation) that defines the criteria for assessment.
Property | Definition | Type |
---|---|---|
id | The globally unique identifier of this regulation. | URI |
name | The name of the regulation or act. | Text |
jurisdictionCountry | The legal jurisdiction (country) under which the regulation is issued. | Code (countryCode) |
administeredBy | the issuing body of the regulation. For example Australin Goernment Department of Climate Change, Energy, the Environment and Water | Entity |
effectiveDate | the date at which the regulation came into effect. | Date |
Criterion
From unece.untp-core
A specific rule or criterion within a standard or regulation. eg a carbon intensity calculation rule within an emissions standard.
Property | Definition | Type |
---|---|---|
id | A unique identifier for the criteria within the standard or regulation. For example CO2 emissions calaculations for liquid fule combusion. | URI |
name | A name that describes this criteria. | Text |
thresholdValues | A conformity threshold defined by the specification (eg minimum compressive strength) | Metric |
Metric
From unece.untp-core
A specific measure of performance against the criteria that governs the claim. Expressed as an array of metric (ie unit of emasure) / value (ie the actual numeric value) pairs.
Property | Definition | Type |
---|---|---|
metricName | A human readable name for this metric (for example "Tensile strength") | Text |
metricValue | A numeric value and unit of measure for this metric. Could be a measured value or a specified threshold. Eg {"value":400, "unit":"MPA"} as tensile strenght of structural steel | Measure |
accuracy | A percentage represented as a numeric between 0 and 1 indicating the rage of accuracy of the claimed value (eg 0.05 means that the actual value is within 5% of the claimed value.) | Numeric |
Measure
From unece.untp-core
The measure class defines a numeric measured value (eg 10) and a coded unit of measure (eg KG).
Property | Definition | Type |
---|---|---|
value | The numeric value of the measure | Numeric |
unit | Unit of measure drawn from the UNECE rec20 measure code list. | Code (unitOfMeasure) |
Code Tables
assessorLevelCode
Code that describes the level of independent assurance of the specific assessment
Value | Name | Description |
---|---|---|
Self | Self assessed | self-assessment |
Commercial | Commercial assessment | conformity assessment by related body or under commercial contract |
Buyer | Buyer assessment | conformity assessment by potential purchaser |
Membership | Industry body assessment | conformity assessment by industry representative body or membership body |
Unspecified | No independent assessment | conformity assessment by party with unspecified relationship |
3rdParty | Independent third party assessment | 3rd party (independent) conformity assessment |
assessmentLevelCode
Type of authority endorsement of the assessment process
Value | Name | Description |
---|---|---|
GovtApproval | Government endorsement | conformity assessment delivered under authority granted by national government |
GlobalMRA | Global mutual recognition agreement | conformity assessment delivered under authority granted by IAF/ILAC signatory body |
Accredited | National accreditation | conformity assessment delivered under an independent accreditation |
Verified | External verification | conformity assessment externally verified |
Validated | External validation | conformity assessment externally validated |
Unspecified | No endorsement. | conformity assessment claiming no external authority or else unspecified |
attestationTypeCode
A code for the type of the attestation credential
Value | Name | Description |
---|---|---|
certification | certification | A formal third party certification of conformity |
declaration | declaration | A self assessed declaration of conformity |
inspection | inspection | An Inspection report |
testing | testing | A test report |
verification | verification | A verification report |
validation | validation | A validation report |
calibration | calibration | An equipment calibration report |
mimeType
IANA multipart media encoding type
Code values for this table can be found here:
https://mimetype.io/all-types
hashMethodCode
Hash method code list
Value | Name | Description |
---|---|---|
SHA-256 | SHA 256 bit | Secure Hash Algorithm 256 bits |
SHA-1 | SHA 160 bit | Secure Hash Algorithm 160 bits |
encryptionMethodCode
Encryption method code list
Value | Name | Description |
---|---|---|
none | No encryption | no encryption |
AES | AES encrypted | Advanced Encryption Standard (AES) |
conformityTopicCode
A high level category scheme for product and facility conformity declarations (claims or attestations)
Value | Name | Description |
---|---|---|
environment.energy | Clean energy | claims supporting clean energy transition |
environment.emissions | GHG emissions | claims supporting GHG emissions reduction |
environment.water | Water usage | claims supporting minimising water usage impact |
environment.waste | Waste reduction | claims supporting waste processing and reduction |
environment.deforestation | Deforestation | claims supporting native forest restoration |
environment.biodiversity | Biodiversity | claims supporting improved biodiversity outcomes |
circularity.content | Circular content | claims supporting the use of recycled content in products |
circularity.design | Circular design | claims supporting product design for circularity outcomes |
social.labour | Fair work | claims supporting labour rights including fair wages |
social.rights | Human rights | claims supporting human rights and anti-discrimination |
social.community | Community development | claims supporting local community development |
social.safety | Safety | claims supporting process and product safety |
governance.ethics | Ethics | claims supporting ethical conduct and corporate governance |
governance.compliance | Regulatory compliance | claims supporting regulatory compliance including taxation and community protection |
governance.transparency | Transparency | claims supporting transparency and traceability |
countryCode
Country code list.
Code values for this table can be found here:
https://vocabulary.uncefact.org/CountryId
unitOfMeasure
UNECE Recommendation 20 Unit of Measure codelist
Code values for this table can be found here:
https://vocabulary.uncefact.org/UnitMeasureCode
JSON Schemas
DigitalConformityCredential
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"DigitalConformityCredential",
"VerifiableCredential"
],
"default": [
"DigitalConformityCredential",
"VerifiableCredential"
],
"items": {
"type": "string",
"enum": [
"DigitalConformityCredential",
"VerifiableCredential"
]
}
},
"@context": {
"example": "https://test.uncefact.org/vocabulary/untp/dpp/dpp-context.jsonld",
"type": "array",
"items": {
"type": "string",
"enum": [
"https://www.w3.org/ns/credentials/v2",
"https://vocabulary.uncefact.org/untp/dcc/working/"
]
},
"description": "A list of JSON-LD context URIs that define the seamntic meaning of prperties within the credential. ",
"readOnly": true,
"const": [
"https://www.w3.org/ns/credentials/v2",
"https://vocabulary.uncefact.org/untp/dcc/working/"
],
"default": [
"https://www.w3.org/ns/credentials/v2",
"https://vocabulary.uncefact.org/untp/dcc/working/"
]
},
"id": {
"example": "https://example-company.com/credentials/2a423366-a0d6-4855-ba65-2e0c926d09b0",
"type": "string",
"format": "uri",
"description": "A unique identifier (URI) assigned to the product passport. May be a UUID"
},
"issuer": {
"$ref": "#/$defs/CredentialIssuer",
"description": "The organisation that is the isuer of this VC. Note that the \"id\" property MUST be a W3C DID. Other identifiers such as tax registration numbers can be listed in the \"otherIdentifiers\" property."
},
"validFrom": {
"example": "2024-03-15T12:00:00",
"type": "string",
"format": "date-time",
"description": "The date and time from which the credential is valid."
},
"validUntil": {
"example": "2034-03-15T12:00:00",
"type": "string",
"format": "date-time",
"description": "The expiry date (if applicable) of this verifiable credential."
},
"credentialSubject": {
"$ref": "#/$defs/ConformityAttestation",
"description": "The conformity attestion is the subject of the verifiable credential. "
}
},
"description": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation. ",
"required": [
"@context",
"id",
"issuer"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$defs": {
"CredentialIssuer": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"CredentialIssuer"
],
"default": [
"CredentialIssuer"
],
"items": {
"type": "string",
"enum": [
"CredentialIssuer"
]
}
},
"id": {
"example": "did:web:identifiers.example-company.com:12345",
"type": "string",
"format": "uri",
"description": "The W3C DID of the issuer - should be a did:web or did:tdw"
},
"name": {
"example": "Example Company Pty Ltd",
"type": "string",
"description": "The name of the issuer person or organisation"
},
"otherIdentifiers": {
"type": "array",
"items": {
"$ref": "#/$defs/Entity"
},
"description": "An optional list of other registered identifiers for this credential issuer "
}
},
"description": "The issuer party ()person or orgnaition) of a verifiable credential.",
"required": [
"id",
"name"
]
},
"Entity": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Entity"
],
"default": [
"Entity"
],
"items": {
"type": "string",
"enum": [
"Entity"
]
}
},
"id": {
"example": "https://id.gs1.org/01/09520123456788/21/12345",
"type": "string",
"format": "uri",
"description": "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. "
},
"name": {
"example": "EV battery 300Ah.",
"type": "string",
"description": "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory"
},
"registeredId": {
"example": "90664869327",
"type": "string",
"description": "The registration number (alphanumeric) of the entity within the register. Unique within the register."
},
"idScheme": {
"$ref": "#/$defs/IdentifierScheme",
"description": "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. "
}
},
"description": "The ID and Name of an identified entity such qs a product, facility, party, standard, etc. If the identifier is a W3C DID then the corresponding DID document SHOULD include a serviceEndpoint of type \"IdentityResolver\". If the identifier is not a W3C DID then the id peroperty SHOULD be an identity resolver URL.",
"required": [
"id",
"name"
]
},
"IdentifierScheme": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"IdentifierScheme"
],
"default": [
"IdentifierScheme"
],
"items": {
"type": "string",
"enum": [
"IdentifierScheme"
]
}
},
"id": {
"example": "https://id.gs1.org/01/",
"type": "string",
"format": "uri",
"description": "The globally unique identifier of the registration scheme. The scheme should be registered and discoverable from vocabulary.uncefact.org/identifierSchemes"
},
"name": {
"example": "Global Trade Identification Number (GTIN)",
"type": "string",
"description": "The name of the identifier scheme. "
}
},
"description": "An identifier registration scheme for products, facilities, or organisations. Typically operated by a state, national or gloabl authority."
},
"ConformityAttestation": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"ConformityAttestation",
"Attestation"
],
"default": [
"ConformityAttestation",
"Attestation"
],
"items": {
"type": "string",
"enum": [
"ConformityAttestation",
"Attestation"
]
}
},
"id": {
"example": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27",
"type": "string",
"format": "uri",
"description": "The globally unique ID of this conformity attestation."
},
"name": {
"example": "Carbon Lifecycle assessment 12345567",
"type": "string",
"description": "Product GHG Footprint certificate in accordance with GBA Rulebook."
},
"assessorLevel": {
"type": "string",
"enum": [
"Self",
"Commercial",
"Buyer",
"Membership",
"Unspecified",
"3rdParty"
],
"example": "Self",
"description": "Assurance code pertaining to assessor (relation to the object under assessment)"
},
"assessmentLevel": {
"type": "string",
"enum": [
"GovtApproval",
"GlobalMRA",
"Accredited",
"Verified",
"Validated",
"Unspecified"
],
"example": "GovtApproval",
"description": "Assurance pertaining to assessment (any authority or support for the assessment process)"
},
"attestationType": {
"type": "string",
"enum": [
"certification",
"declaration",
"inspection",
"testing",
"verification",
"validation",
"calibration"
],
"example": "certification",
"description": "The type of criterion (optional or mandatory)."
},
"attestationDescription": {
"example": "Assessment of battery products against the GHG Protocol.",
"type": "string",
"description": "SampleCAB Inc attests that the product class LiFePO4 EV batteries manufactured at Sample battery facility have reported GHG foorptint that conform to the GBA rulebook version 1.5. "
},
"issuedToParty": {
"$ref": "#/$defs/Entity",
"description": "The party to whom the conformity attestation was issued."
},
"authorisations": {
"type": "array",
"items": {
"$ref": "#/$defs/Endorsement"
},
"description": "The authority under which a conformity claim is issued. For example a national accrediation authority may accredit a test lab to issue test certificates about a product against a standard. "
},
"conformityCertificate": {
"$ref": "#/$defs/SecureLink",
"description": "A reference to the human / printable version of this conformity attestation - typically represented as a PDF document. The document may have more details than are represented in the digital attestation."
},
"auditableEvidence": {
"$ref": "#/$defs/SecureLink",
"description": "Auditable evidence supporting this assessment such as raw measurements, supporting documents. This is usally private data and would normally be encrypted."
},
"scope": {
"$ref": "#/$defs/ConformityAssessmentScheme",
"description": "A list of relevant standards and/or regulations against which apply to this attestation (eg AS1163:2016). "
},
"assessments": {
"type": "array",
"items": {
"$ref": "#/$defs/ConformityAssessment"
},
"description": "The list of specific assessments made within this conformity attestation."
}
},
"description": "A conformity attestation issued by a competent body that defines one or more assessments (eg carbon intensity) about a product (eg batttery) against a specification (eg LCA method) defined in a standard or regulation.",
"required": [
"id",
"assessorLevel",
"assessmentLevel",
"attestationType",
"issuedToParty"
]
},
"Endorsement": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Endorsement"
],
"default": [
"Endorsement"
],
"items": {
"type": "string",
"enum": [
"Endorsement"
]
}
},
"id": {
"example": "https://authority.gov/schemeABC/123456789",
"type": "string",
"format": "uri",
"description": "Globally unique identifier of an accreditation or authority issued to a confomrity assessment body by a regulator or national accreditation authority."
},
"name": {
"example": "Accreditation of certifiers.com under the Australian National Greenhouse and Energy Reporting scheme (NGER).",
"type": "string",
"description": "The name of the accreditation."
},
"trustmark": {
"$ref": "#/$defs/BinaryFile",
"description": "The trust mark image awarded by the AB to the CAB to indicate accrediation."
},
"issuingAuthority": {
"$ref": "#/$defs/Entity",
"description": "The competent authority that issued the accreditation."
},
"accreditationCertificate": {
"$ref": "#/$defs/Link",
"description": "The evidence that supports the authroty under which the attestation is issued - eg an accreditation certificate."
}
},
"description": "The authority under which a conformity claim is issued. For example a national accrediation authority may accredit a test lab to issue test certificates about a product against a standard. ",
"required": [
"id",
"name",
"issuingAuthority"
]
},
"BinaryFile": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"BinaryFile"
],
"default": [
"BinaryFile"
],
"items": {
"type": "string",
"enum": [
"BinaryFile"
]
}
},
"fileName": {
"example": "GHG protocol trust mark",
"type": "string",
"description": "A name for referenced binary file"
},
"fileType": {
"type": "string",
"x-external-enumeration": "https://mimetype.io/all-types",
"description": "The type of file, represented as a MIME type.\n\n This is an enumerated value, but the list of valid values are too big, or change too often to include here. You can access the list of allowable values at this URL: https://mimetype.io/all-types\n "
},
"file": {
"example": "iVBORw0KGgoAAAANSUhEUgAAADkAAAA2CAYAAAB9TjFQAAAABGdBTUEAAi/9H3pWy6vI9uFdAAAAAElFTkSuQmCC",
"type": "string",
"format": "byte",
"description": "The binary file data encoded as Base64 string."
}
},
"description": "A binary file reference including name and filetype"
},
"Link": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Link"
],
"default": [
"Link"
],
"items": {
"type": "string",
"enum": [
"Link"
]
}
},
"linkURL": {
"example": "https://files.example-certifier.com/1234567.json",
"type": "string",
"format": "uri",
"description": "The URL of the target resource. "
},
"linkName": {
"example": "GBA rule book conformity certificate",
"type": "string",
"description": "A display name for the target resource "
},
"linkType": {
"example": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
"type": "string",
"description": "The type of the target resource - drawn from a controlled vocabulary "
}
},
"description": "A structure to provide a URL link plus metadata associated with the link."
},
"SecureLink": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"SecureLink",
"Link"
],
"default": [
"SecureLink",
"Link"
],
"items": {
"type": "string",
"enum": [
"SecureLink",
"Link"
]
}
},
"linkURL": {
"example": "https://files.example-certifier.com/1234567.json",
"type": "string",
"format": "uri",
"description": "The URL of the target resource. "
},
"linkName": {
"example": "GBA rule book conformity certificate",
"type": "string",
"description": "A display name for the target resource "
},
"linkType": {
"example": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
"type": "string",
"description": "The type of the target resource - drawn from a controlled vocabulary "
},
"hashDigest": {
"example": "6239119dda5bd4c8a6ffb832fe16feaa5c27b7dba154d24c53d4470a2c69adc2",
"type": "string",
"description": "The hash of the file."
},
"hashMethod": {
"type": "string",
"enum": [
"SHA-256",
"SHA-1"
],
"example": "SHA-256",
"description": "The hashing algorithm used to create the target hash. SHA-265 is the recommedned 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)."
},
"ConformityAssessmentScheme": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"ConformityAssessmentScheme",
"Standard"
],
"default": [
"ConformityAssessmentScheme",
"Standard"
],
"items": {
"type": "string",
"enum": [
"ConformityAssessmentScheme",
"Standard"
]
}
},
"id": {
"example": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf",
"type": "string",
"format": "uri",
"description": "A unique identifier for the standard (eg https://www.iso.org/standard/60857.html)."
},
"name": {
"example": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0",
"type": "string",
"description": "The name of the standard"
},
"issuingParty": {
"$ref": "#/$defs/Entity",
"description": "The party that issued the standard "
},
"issueDate": {
"example": "2023-12-05",
"type": "string",
"format": "date",
"description": "The date when the standard was issued."
},
"trustmark": {
"$ref": "#/$defs/BinaryFile",
"description": "The trust mark that represents the conformity assessment scheme."
}
},
"description": "A formal governance scheme under which this attestation is issued (eg ACRS structural steel certification) ",
"required": [
"issuingParty"
]
},
"ConformityAssessment": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"ConformityAssessment",
"Declaration"
],
"default": [
"ConformityAssessment",
"Declaration"
],
"items": {
"type": "string",
"enum": [
"ConformityAssessment",
"Declaration"
]
}
},
"id": {
"example": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27/01",
"type": "string",
"format": "uri",
"description": "A unique identifier for the delcaration. Often this will be an extension of the product.id or attestation.id. But could be a UUID."
},
"referenceStandard": {
"$ref": "#/$defs/Standard",
"description": "The reference to the standard that defines the specification / criteria"
},
"referenceRegulation": {
"$ref": "#/$defs/Regulation",
"description": "The reference to the regulation that defines the assessment criteria"
},
"assessmentCriteria": {
"type": "array",
"items": {
"$ref": "#/$defs/Criterion"
},
"description": "The specification against which the assessment is made."
},
"declaredValues": {
"type": "array",
"items": {
"$ref": "#/$defs/Metric"
},
"description": "The list of specific values measured as part of this assessment (eg tensile strength)"
},
"compliance": {
"example": "true",
"type": "boolean",
"description": "An indicator of whether or not the assessment meets the specification."
},
"conformityTopic": {
"type": "string",
"enum": [
"environment.energy",
"environment.emissions",
"environment.water",
"environment.waste",
"environment.deforestation",
"environment.biodiversity",
"circularity.content",
"circularity.design",
"social.labour",
"social.rights",
"social.community",
"social.safety",
"governance.ethics",
"governance.compliance",
"governance.transparency"
],
"example": "environment.energy",
"description": "The conformity topic category for this assessment (eg vocabulary.uncefact.org/sustainability/emissions)"
},
"assessedProducts": {
"type": "array",
"items": {
"$ref": "#/$defs/Product"
},
"description": "The list of products that are the subject of this conformity assessment"
},
"assessedFacilities": {
"type": "array",
"items": {
"$ref": "#/$defs/Facility"
},
"description": "The list of facilities that are the subject of this conformity assessment."
}
},
"description": "A specific assessment about the product or facility against a specific specification. Eg the carbon intensity of a given product or batch.",
"required": [
"id",
"compliance",
"conformityTopic"
]
},
"Standard": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Standard"
],
"default": [
"Standard"
],
"items": {
"type": "string",
"enum": [
"Standard"
]
}
},
"id": {
"example": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf",
"type": "string",
"format": "uri",
"description": "A unique identifier for the standard (eg https://www.iso.org/standard/60857.html)."
},
"name": {
"example": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0",
"type": "string",
"description": "The name of the standard"
},
"issuingParty": {
"$ref": "#/$defs/Entity",
"description": "The party that issued the standard "
},
"issueDate": {
"example": "2023-12-05",
"type": "string",
"format": "date",
"description": "The date when the standard was issued."
}
},
"description": "A standard (eg ISO 14000) that specifies the criteria for conformance.",
"required": [
"issuingParty"
]
},
"Regulation": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Regulation"
],
"default": [
"Regulation"
],
"items": {
"type": "string",
"enum": [
"Regulation"
]
}
},
"id": {
"example": "https://www.legislation.gov.au/F2008L02309/latest/versions",
"type": "string",
"format": "uri",
"description": "The globally unique identifier of this regulation. "
},
"name": {
"example": "NNational Greenhouse and Energy Reporting (Measurement) Determination",
"type": "string",
"description": "The name of the regulation or act."
},
"jurisdictionCountry": {
"type": "string",
"x-external-enumeration": "https://vocabulary.uncefact.org/CountryId",
"description": "The legal jurisdiction (country) under which the regulation is issued.\n\n This is an enumerated value, but the list of valid values are too big, or change too often to include here. You can access the list of allowable values at this URL: https://vocabulary.uncefact.org/CountryId\n "
},
"administeredBy": {
"$ref": "#/$defs/Entity",
"description": "the issuing body of the regulation. For example Australin Goernment Department of Climate Change, Energy, the Environment and Water"
},
"effectiveDate": {
"example": "2024-03-20",
"type": "string",
"format": "date",
"description": "the date at which the regulation came into effect."
}
},
"description": "A regulation (eg EU deforestation regulation) that defines the criteria for assessment.",
"required": [
"administeredBy"
]
},
"Criterion": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Criterion"
],
"default": [
"Criterion"
],
"items": {
"type": "string",
"enum": [
"Criterion"
]
}
},
"id": {
"example": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly",
"type": "string",
"format": "uri",
"description": "A unique identifier for the criteria within the standard or regulation. For example CO2 emissions calaculations for liquid fule combusion."
},
"name": {
"example": "GBA Battery rule book v2.0 battery assembly guidelines.",
"type": "string",
"description": "A name that describes this criteria."
},
"thresholdValues": {
"type": "array",
"items": {
"$ref": "#/$defs/Metric"
},
"description": "A conformity threshold defined by the specification (eg minimum compressive strength) "
}
},
"description": "A specific rule or criterion within a standard or regulation. eg a carbon intensity calculation rule within an emissions standard.",
"required": [
"id",
"name"
]
},
"Metric": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Metric"
],
"default": [
"Metric"
],
"items": {
"type": "string",
"enum": [
"Metric"
]
}
},
"metricName": {
"example": "GHG emissions intensity",
"type": "string",
"description": "A human readable name for this metric (for example \"Tensile strength\")"
},
"metricValue": {
"$ref": "#/$defs/Measure",
"description": "A numeric value and unit of measure for this metric. Could be a measured value or a specified threshold. Eg {\"value\":400, \"unit\":\"MPA\"} as tensile strenght of structural steel"
},
"accuracy": {
"example": 0.05,
"type": "number",
"description": "A percentage represented as a numeric between 0 and 1 indicating the rage of accuracy of the claimed value (eg 0.05 means that the actual value is within 5% of the claimed value.)"
}
},
"description": "A specific measure of performance against the criteria that governs the claim. Expressed as an array of metric (ie unit of emasure) / value (ie the actual numeric value) pairs. ",
"required": [
"metricName",
"metricValue"
]
},
"Measure": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Measure"
],
"default": [
"Measure"
],
"items": {
"type": "string",
"enum": [
"Measure"
]
}
},
"value": {
"example": 10,
"type": "number",
"description": "The numeric value of the measure"
},
"unit": {
"type": "string",
"x-external-enumeration": "https://vocabulary.uncefact.org/UnitMeasureCode",
"description": "Unit of measure drawn from the UNECE rec20 measure code list.\n\n This is an enumerated value, but the list of valid values are too big, or change too often to include here. You can access the list of allowable values at this URL: https://vocabulary.uncefact.org/UnitMeasureCode\n "
}
},
"description": "The measure class defines a numeric measured value (eg 10) and a coded unit of measure (eg KG).",
"required": [
"value",
"unit"
]
},
"Product": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Product",
"Entity"
],
"default": [
"Product",
"Entity"
],
"items": {
"type": "string",
"enum": [
"Product",
"Entity"
]
}
},
"id": {
"example": "https://id.gs1.org/01/09520123456788/21/12345",
"type": "string",
"format": "uri",
"description": "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. "
},
"name": {
"example": "EV battery 300Ah.",
"type": "string",
"description": "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory"
},
"registeredId": {
"example": "90664869327",
"type": "string",
"description": "The registration number (alphanumeric) of the entity within the register. Unique within the register."
},
"idScheme": {
"$ref": "#/$defs/IdentifierScheme",
"description": "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. "
},
"IDverifiedByCAB": {
"example": "true",
"type": "boolean",
"description": "Indicates whether the conformity assessment body has verified the identity product that is the subject of the assessment."
}
},
"description": "The product which is the subject of this conformity assessment",
"required": [
"id",
"name"
]
},
"Facility": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "array",
"readOnly": true,
"const": [
"Facility",
"Entity"
],
"default": [
"Facility",
"Entity"
],
"items": {
"type": "string",
"enum": [
"Facility",
"Entity"
]
}
},
"id": {
"example": "https://id.gs1.org/01/09520123456788/21/12345",
"type": "string",
"format": "uri",
"description": "The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. "
},
"name": {
"example": "EV battery 300Ah.",
"type": "string",
"description": "The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 300Ahparty - Sample Company Pty Ltd. facility - Greenacres battery factory"
},
"registeredId": {
"example": "90664869327",
"type": "string",
"description": "The registration number (alphanumeric) of the entity within the register. Unique within the register."
},
"idScheme": {
"$ref": "#/$defs/IdentifierScheme",
"description": "The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. "
},
"IDverifiedByCAB": {
"example": "true",
"type": "boolean",
"description": "Indicates whether the conformity assessment body has verified the identity of the facility which is the subject of the assement."
}
},
"description": "The facility which is the subject of this conformity assessment",
"required": [
"id",
"name"
]
}
}
}
DigitalConformityCredential_instance
{
"type": [
"DigitalConformityCredential",
"VerifiableCredential"
],
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://vocabulary.uncefact.org/untp/dcc/working/"
],
"id": "https://example-company.com/credentials/2a423366-a0d6-4855-ba65-2e0c926d09b0",
"issuer": {
"type": [
"CredentialIssuer"
],
"id": "did:web:identifiers.example-company.com:12345",
"name": "Example Company Pty Ltd",
"otherIdentifiers": [
{
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
{
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
}
]
},
"validFrom": "2024-03-15T12:00:00",
"validUntil": "2034-03-15T12:00:00",
"credentialSubject": {
"type": [
"ConformityAttestation",
"Attestation"
],
"id": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27",
"name": "Carbon Lifecycle assessment 12345567",
"assessorLevel": "3rdParty",
"assessmentLevel": "Accredited",
"attestationType": "certification",
"attestationDescription": "Assessment of battery products against the GHG Protocol.",
"issuedToParty": {
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
"authorisations": [
{
"type": [
"Endorsement"
],
"id": "https://authority.gov/schemeABC/123456789",
"name": "Accreditation of certifiers.com under the Australian National Greenhouse and Energy Reporting scheme (NGER).",
"trustmark": {
"fileName": "GHG protocol trust mark",
"fileType": "image/png",
"file": "iVBORw0KGgoAAAANSUhEUgAAADkAAAA2CAYAAAB9TjFQAAAABGdBTUEAAi/9H3pWy6vI9uFdAAAAAElFTkSuQmCC"
},
"issuingAuthority": {
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
"accreditationCertificate": {
"linkURL": "https://files.example-certifier.com/1234567.json",
"linkName": "GBA rule book conformity certificate",
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc"
}
},
{
"type": [
"Endorsement"
],
"id": "https://authority.gov/schemeABC/123456789",
"name": "Accreditation of certifiers.com under the Australian National Greenhouse and Energy Reporting scheme (NGER).",
"trustmark": {
"fileName": "GHG protocol trust mark",
"fileType": "image/png",
"file": "iVBORw0KGgoAAAANSUhEUgAAADkAAAA2CAYAAAB9TjFQAAAABGdBTUEAAi/9H3pWy6vI9uFdAAAAAElFTkSuQmCC"
},
"issuingAuthority": {
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
"accreditationCertificate": {
"linkURL": "https://files.example-certifier.com/1234567.json",
"linkName": "GBA rule book conformity certificate",
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc"
}
}
],
"conformityCertificate": {
"linkURL": "https://files.example-certifier.com/1234567.json",
"linkName": "GBA rule book conformity certificate",
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
"hashDigest": "6239119",
"hashMethod": "SHA-256",
"encryptionMethod": "AES"
},
"auditableEvidence": {
"linkURL": "https://files.example-certifier.com/1234567.json",
"linkName": "GBA rule book conformity certificate",
"linkType": "https://test.uncefact.org/vocabulary/linkTypes/dcc",
"hashDigest": "6239119",
"hashMethod": "SHA-256",
"encryptionMethod": "AES"
},
"scope": {
"type": [
"ConformityAssessmentScheme",
"Standard"
],
"id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf",
"name": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0",
"issuingParty": {
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
"issueDate": "2023-12-05",
"trustmark": {
"fileName": "GHG protocol trust mark",
"fileType": "image/png",
"file": "iVBORw0KGgoAAAANSUhEUgAAADkAAAA2CAYAAAB9TjFQAAAABGdBTUEAAi/9H3pWy6vI9uFdAAAAAElFTkSuQmCC"
}
},
"assessments": [
{
"type": [
"ConformityAssessment",
"Declaration"
],
"id": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27/01",
"referenceStandard": {
"type": [
"Standard"
],
"id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf",
"name": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0",
"issuingParty": {
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
"issueDate": "2023-12-05"
},
"referenceRegulation": {
"type": [
"Regulation"
],
"id": "https://www.legislation.gov.au/F2008L02309/latest/versions",
"name": "NNational Greenhouse and Energy Reporting (Measurement) Determination",
"jurisdictionCountry": "Enumeration Value",
"administeredBy": {
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
"effectiveDate": "2024-03-20"
},
"assessmentCriteria": [
{
"type": [
"Criterion"
],
"id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly",
"name": "GBA Battery rule book v2.0 battery assembly guidelines.",
"thresholdValues": [
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
},
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
}
]
},
{
"type": [
"Criterion"
],
"id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly",
"name": "GBA Battery rule book v2.0 battery assembly guidelines.",
"thresholdValues": [
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
},
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
}
]
}
],
"declaredValues": [
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
},
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
}
],
"compliance": true,
"conformityTopic": "environment.emissions",
"assessedProducts": [
{
"type": [
"Product",
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
},
"IDverifiedByCAB": true
},
{
"type": [
"Product",
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
},
"IDverifiedByCAB": true
}
],
"assessedFacilities": [
{
"type": [
"Facility",
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
},
"IDverifiedByCAB": true
},
{
"type": [
"Facility",
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
},
"IDverifiedByCAB": true
}
]
},
{
"type": [
"ConformityAssessment",
"Declaration"
],
"id": "https://exampleCAB.com/38f73303-a39e-45a7-b8b7-e73517548f27/01",
"referenceStandard": {
"type": [
"Standard"
],
"id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf",
"name": "GBA Battery Passport Greenhouse Gas Rulebook - V.2.0",
"issuingParty": {
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
"issueDate": "2023-12-05"
},
"referenceRegulation": {
"type": [
"Regulation"
],
"id": "https://www.legislation.gov.au/F2008L02309/latest/versions",
"name": "NNational Greenhouse and Energy Reporting (Measurement) Determination",
"jurisdictionCountry": "Enumeration Value",
"administeredBy": {
"type": [
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
}
},
"effectiveDate": "2024-03-20"
},
"assessmentCriteria": [
{
"type": [
"Criterion"
],
"id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly",
"name": "GBA Battery rule book v2.0 battery assembly guidelines.",
"thresholdValues": [
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
},
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
}
]
},
{
"type": [
"Criterion"
],
"id": "https://www.globalbattery.org/media/publications/gba-rulebook-v2.0-master.pdf#BatteryAssembly",
"name": "GBA Battery rule book v2.0 battery assembly guidelines.",
"thresholdValues": [
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
},
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
}
]
}
],
"declaredValues": [
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
},
{
"metricName": "GHG emissions intensity",
"metricValue": {
"value": 10,
"unit": "KGM"
},
"accuracy": 0.05
}
],
"compliance": true,
"conformityTopic": "environment.emissions",
"assessedProducts": [
{
"type": [
"Product",
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
},
"IDverifiedByCAB": true
},
{
"type": [
"Product",
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
},
"IDverifiedByCAB": true
}
],
"assessedFacilities": [
{
"type": [
"Facility",
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
},
"IDverifiedByCAB": true
},
{
"type": [
"Facility",
"Entity"
],
"id": "https://id.gs1.org/01/09520123456788/21/12345",
"name": "EV battery 300Ah.",
"registeredId": "90664869327",
"idScheme": {
"type": [
"IdentifierScheme"
],
"id": "https://id.gs1.org/01/",
"name": "Global Trade Identification Number (GTIN)"
},
"IDverifiedByCAB": true
}
]
}
]
}
}
Imported Domains
- [untp] - unece/untp-core:0.3.10