> 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/contexto/brasil/documentos/cnh.md).

# CNH

Documento adicional. Carteira Nacional de Habilitação emitido pelo DETRAN

**ID**

```
b508549a-c45a-425f-8773-d60dc7484750
```

**Slug**

```
cnh
```

{% hint style="danger" %}
Utilizar apenas o "id" como chave, uma vez que o "slug" é uma descrição e poderá ser alterado livremente.
{% endhint %}

**Campos**

| Nome                                                         | Tipo            | Observações          |
| ------------------------------------------------------------ | --------------- | -------------------- |
| <p><strong>numero</strong></p><p><em>required</em></p>       | string          | length(1, 255)       |
| <p><strong>validade</strong></p><p><em>required</em></p>     | string          | format("YYYY-mm-dd") |
| <p><strong>dataEmissao</strong></p><p><em>required</em></p>  | string          | format("YYYY-mm-dd") |
| <p><strong>dataPrimeira</strong></p><p><em>required</em></p> | string          | format("YYYY-mm-dd") |
| <p><strong>orgaoEmissor</strong></p><p><em>required</em></p> | string          | length(1, 255)       |
| <p><strong>uf</strong></p><p><em>required</em></p>           | string(options) | length(1, 255)       |
| <p><strong>categoria</strong></p><p><em>required</em></p>    | string          | length(1, 255)       |
| <p><strong>remunerado</strong></p><p><em>required</em></p>   | string          |                      |
| **comprovantes**                                             | \[ ]voucher     |                      |

**Comprovantes**

| Nome                                                   | Tipo    |
| ------------------------------------------------------ | ------- |
| <p><strong>frente</strong></p><p><em>required</em></p> | voucher |
| <p><strong>verso</strong></p><p><em>required</em></p>  | voucher |
