> 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/cnv.md).

# CNV

Documento adicional. Carteira Nacional de Vigilante

**ID**

```
d62749ab-1bd2-44ee-89c7-bd06f717d94f
```

**Slug**

```
cnv
```

{% 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>dataEmissao</strong></p><p><em>required</em></p> | string      | format("YYYY-mm-dd") |
| <p><strong>possui</strong></p><p><em>required</em></p>      | boolean     |                      |
| **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 |
| <p><strong>carimbo</strong></p><p><em>required</em></p>  | voucher |

{% hint style="info" %}
Caso o campo `possui` possua o valor `false` , apenas o comprovante `carimbo` será solicitado.
{% endhint %}
