Fields:
| Field Name | Type | Required | Description |
|---|---|---|---|
| id | string, number | Yes | Unique document file identifier. |
| document_id | string, number | Yes | Unique document identifier. |
| path | string | Yes | Path to the file. |
| name | string, null | No | Name of the file. |
Description of fields:
id:
A unique identifier for the document file, which is used to map and track the document file within our system.
document_id:
Identifier linking the file to its document.
path:
Relative path to the referenced file within the document.
name:
Full file name for visual representation.
JSON schema: