{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Supplier Code of Conduct (CSR)","description":"Buyer-issued Supplier Code of Conduct stating the CSR, human-rights, labour, health-and-safety, environmental, ethical and data-protection commitments required from suppliers. Grounded in the ILO Core Labour Conventions, the UN Guiding Principles on Business and Human Rights (UNGPs, 2011), the OECD Guidelines for Multinational Enterprises (2023 revision), REACH Reg. (EC) 1907/2006 and the Corporate Sustainability Due Diligence Directive (EU) 2024/1760 (CSDDD).","type":"object","additionalProperties":false,"required":["issuer","applicable_to","effective_date","commitments","prohibited_practices","reporting_expectations","audit_rights","remediation_process","acknowledgement"],"$defs":{"theme_block":{"type":"object","additionalProperties":false,"required":["theme","commitments"],"properties":{"theme":{"type":"string","enum":["labour_rights","health_safety","environment","ethics_anti_corruption","data_protection"]},"commitments":{"type":"array","minItems":1,"items":{"type":"string"}}}}},"properties":{"issuer":{"type":"object","additionalProperties":false,"required":["name","legal_form","registration_number","address"],"properties":{"name":{"type":"string"},"legal_form":{"type":"string"},"registration_number":{"type":"string"},"address":{"type":"string"}}},"applicable_to":{"type":"string","description":"Scope description, e.g. 'all Tier-1 suppliers with annual spend ≥ €25 000 and all Tier-2 suppliers identified as high-risk under the buyer's due-diligence assessment'."},"effective_date":{"type":"string","format":"date"},"version":{"type":"string"},"commitments":{"type":"array","minItems":5,"maxItems":5,"items":{"$ref":"#/$defs/theme_block"}},"prohibited_practices":{"type":"array","minItems":1,"items":{"type":"string"}},"reporting_expectations":{"type":"string"},"audit_rights":{"type":"string"},"remediation_process":{"type":"string"},"acknowledgement":{"type":"object","additionalProperties":false,"required":["supplier_name","signatory_name","signatory_role","date","place"],"properties":{"supplier_name":{"type":"string"},"signatory_name":{"type":"string"},"signatory_role":{"type":"string"},"date":{"type":"string","format":"date"},"place":{"type":"string"}}}}}