> For the complete documentation index, see [llms.txt](https://devcenter.unico.io/unico-people/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcenter.unico.io/unico-people/unico-people-v2/referencias/comum.md).

# Comum

Campos e listagens utilizados em vários documentos ou pessoas

#### Voucher <a href="#voucher" id="voucher"></a>

Estrutura utilizada para exibição das imagens dos documentos e pessoas.

**Campos**

| Nome                                            | Tipo      | Observações    |
| ----------------------------------------------- | --------- | -------------- |
| **view**                                        | boolean   |                |
| **order**<mark style="color:red;">**\***</mark> | integer   |                |
| **type**<mark style="color:red;">**\***</mark>  | string    | length(1, 255) |
| **file**<mark style="color:red;">**\***</mark>  | reference |                |

**Reference**

| Nome                                           | Tipo            | Observações |
| ---------------------------------------------- | --------------- | ----------- |
| **path**<mark style="color:red;">**\***</mark> | string          |             |
| **mime**<mark style="color:red;">**\***</mark> | string(options) |             |
| **size**<mark style="color:red;">**\***</mark> | integer         |             |
| **name**<mark style="color:red;">**\***</mark> | string          |             |

**Opções de mimetype**

```
"image/jpeg", "image/jpg", "image/png", "application/pdf"
```
