Skip to content

Recyclability Claims

The recyclability claims relationship list identifies organisations and schemes that provide the recyclability claims. This is used in the following schemas:

Data

Column
Status
Format Notes
recyclabilityIdentifier mandatory UUID A globally unique identifier. See identifiers section for information on how to construct this identifier
recyclabilitySource mandatory String What source provided the certificate? The entry should be the recyclability source controlled list identifier.
recyclabilityIssueDate optional Date The date that the certificate was provided/last updated. Use the format yyyy-mm-dd adhering to the ISO 8601 dateTime standard.

Diagram

erDiagram

  COMPONENTS }o..o{ RECYCLABILITY_CLAIMS : within
  COMPLETE_PACKAGING }o..o{ RECYCLABILITY_CLAIMS : within
  RECYCLABILITY_CLAIMS {
    recyclabilityIdentifier UUID "*"
    recyclabilitySource String "*"
    recyclabilityIssueDate Date
  }
  RECYCLABILITY_CLAIMS }o--o{ CONTROLLED_LISTS : attributes
  CONTROLLED_LISTS {
    recyclabilitySource mandatory 
  }

Template

Recyclability claims should be provided as a separate csv file. The specification of this csv file is as follows:

Recyclability Claims Template

Example

1
2
3
4
5
6
--Claim provided by OPRL.
{
  "recyclabilityIdentifier": "b101889f-87e5-4c42-abb7-0df5fc3d1a26",
  "recyclabilitySource": "recyclability-source-0001",
  "recyclabilityIssueDate": "2022-08-01"
}