# File Claim Object

<table><thead><tr><th>Attribute</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>description</td><td>String</td><td>Full description of loss or damage for claim.</td></tr><tr><td>reason</td><td>String</td><td>Reason for fliling claim. Must be one of <em><strong>lost-in-transit</strong></em> or <em><strong>damage</strong></em>.</td></tr><tr><td>signature</td><td>String</td><td>Base 64 representation of signature for claimant.</td></tr><tr><td>witnesses</td><td>Array</td><td><p>Nested array of witnesses that can support claim. e.g. </p><pre class="language-json"><code class="lang-json">[
    [
        "Adaeze Ukaegbu",
        "+2348122689450"
    ],
    [
        "Felix Junior",
        "+2348122689641"
    ]
]
</code></pre></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.terminal.africa/tship/miscallaneous/file-claim-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
