Skip to content

Commit

Permalink
Update DigitalProductPassport.md (#118)
Browse files Browse the repository at this point in the history
In the European Commission there is three levels. Item, batch and model.
  • Loading branch information
zachzeus authored Jul 3, 2024
2 parents f5d8641 + 19ca4a8 commit 5d991c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/specification/DigitalProductPassport.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ The digital product passport is designed to meet the following detailed requirem
| Property | Definition | Type |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
| productIdentifiers | An array of unique identifiers assigned to the product or model. | [Identifier](#identifier) |
| itemIdentifiers | A unique identifier assigned to the serialised product instance. | [Identifier](#identifier) |
| batchIdentifiers | Information regarding the specific production batch of the product. | [Identifier](#identifier) |
| itemIdentifiers | An array of identifiers representing a specific serialised item of the product. | [Identifier](#identifier) |
| modelIdentifiers | An identifiers representing a model of the product. | [Identifier](#identifier) |
| classifications | A code representing the product's class, typically using the UN CPC (United Nations Central Product Classification) https://unstats.un.org/unsd/classifications/Econ/cpc | [Classification](#classification) |
| modelName | The model name or number of the product, represented as text. | Text |
| image | A unique identifier (URI) pointing to an image of the product. | URI |
Expand Down

0 comments on commit 5d991c3

Please sign in to comment.