TXT006 - Missing Recycled-Content Disclosure¶
Description¶
Validation warning TXT006. Fires under the textile-v2 profile when a
textile passport carries neither a fibre-level recycledMassFraction
declaration nor a performanceClaim whose conformityTopic mentions
recycled-content. ESPR / textile-v2 wants the producer to make the
recycled-content statement explicit — zero is acceptable, silence
is not.
Category¶
Textile Errors (v2)
Severity¶
warning
Common Causes¶
- Material composition entries omit the
recycledMassFractionfield. - Sustainability claims are present but use a different
conformityTopic(e.g.bio-based,low-impact) without naming recycled content explicitly.
How to Fix¶
Either:
- Populate
materialProvenance[*].recycledMassFractionon at least one fibre (a value of0.0is acceptable — the rule wants an explicit statement, not a non-zero one), or - Add a
performanceClaimwhoseconformityTopiccontainsrecycled-content.
Example¶
JSON
{
"credentialSubject": {
"materialProvenance": [
{
"materialName": "Cotton",
"recycledMassFraction": 0.30
}
]
}
}