TXT007 - Missing Repair / Spare-Parts Information¶
Description¶
Validation info TXT007. Fires under the textile-v2 profile when a
textile passport carries no relatedDocument whose relationship
contains repair or spare-parts. ESPR Annex II requires garments
to surface a repair-information link; the rule is info-severity
because some pilot payloads attach the repair link via a different
extension surface.
Category¶
Textile Errors (v2)
Severity¶
info
Common Causes¶
- Repair-guide URL is embedded in a free-text field rather than a
structured
relatedDocumententry. - The producer has not yet authored a repair guide.
How to Fix¶
Add a relatedDocument entry whose relationship is
repair-information (or spare-parts), pointing at the repair
guide URL.
Example¶
JSON
{
"credentialSubject": {
"relatedDocument": [
{
"relationship": "repair-information",
"documentURL": "https://example.com/repair-guide.pdf"
}
]
}
}