{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Insurance Claim Cover Letter","description":"Covering letter accompanying a claim submission pack. Functions as an audit trail of what was enclosed, enabling the insurer to acknowledge a complete file under its duty of prompt handling (e.g. BE Loi 04.04.2014 art. 79; IDD Dir. 2016/97 conduct-of-business obligations).","type":"object","additionalProperties":false,"required":["sender","recipient","policy_number","date_of_loss","enclosed_documents","summary","signatory","letter_date"],"properties":{"letter_date":{"type":"string","format":"date"},"sender":{"type":"object","additionalProperties":false,"required":["name","address"],"properties":{"name":{"type":"string"},"address":{"type":"string"},"email":{"type":"string","format":"email"},"phone":{"type":"string"}}},"recipient":{"type":"object","additionalProperties":false,"required":["insurer_name","insurer_address"],"properties":{"insurer_name":{"type":"string"},"insurer_address":{"type":"string"},"claims_handler":{"type":"string"},"department":{"type":"string"}}},"claim_reference":{"type":"string"},"policy_number":{"type":"string"},"date_of_loss":{"type":"string","format":"date"},"enclosed_documents":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["filename","description"],"properties":{"filename":{"type":"string"},"description":{"type":"string"}}}},"summary":{"type":"string"},"expected_response_by":{"type":"string","format":"date"},"signatory":{"type":"object","additionalProperties":false,"required":["name","role"],"properties":{"name":{"type":"string"},"role":{"type":"string"}}}}}