RepairabilityInfo

class

Repairability Information

Repair and maintenance information per ESPR Article 7. Captures repair scores, spare part availability, and repair instructions.

URI:https://ref.openepcis.io/extensions/common/core/RepairabilityInfo

Properties (8)

PropertyDescriptionRange
diyRepairPossibleWhether the product can be repaired by consumers (do-it-yourself repair).xsd:boolean
professionalRepairNetworkURL to find authorized repair service providers.xsd:anyURI
repairabilityClassRepairability class (A to E, where A is most repairable).xsd:string
repairabilityScoreRepairability index score (typically 0-10 scale, e.g., French Indice de Réparabilité).xsd:decimal
repairInformationPortalUrlURL of the manufacturer's public repair information portal as required by EU Right-to-Repair Directive 2024/1799 Article 4 — covers spare-parts catalogue, dismantling guides, software updates available to independent repairers.xsd:anyURI
repairInstructionsURL or reference to repair instructions and manuals.DocumentReference
softwareUpdatesAvailabilityDuration for which software/firmware updates will be provided. Use unitCode 'ANN' (UN/CEFACT Rec 20).gs1:QuantitativeValue
sparePartsAvailabilityDuration for which spare parts will be available. Use gs1:QuantitativeValue with unitCode 'ANN' for years.gs1:QuantitativeValue

Used as Range (1)

External Vocabulary References

Loading external vocabulary...
Loading external vocabulary...
Loading external vocabulary...
Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "RepairabilityInfo",
  "diyRepairPossible": "...",
  "professionalRepairNetwork": "...",
  "repairabilityClass": "..."
}