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

# Pessoas

**Campos**

| Nome                                                        | Tipo                                                                                                                              | Observações          |
| ----------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| **nome**<mark style="color:red;">**\***</mark>              | string                                                                                                                            | length(1, 255)       |
| **nomeSocial**                                              | string                                                                                                                            | length(1, 255)       |
| **sexo**<mark style="color:red;">**\***</mark>              | string(options)                                                                                                                   |                      |
| **identidade de gênero**                                    | string(options)                                                                                                                   |                      |
| **orientação sexual**                                       | strings(options)                                                                                                                  |                      |
| **dataNascimento**<mark style="color:red;">**\***</mark>    | string                                                                                                                            | format("YYYY-mm-dd") |
| **etnia**<mark style="color:red;">**\***</mark>             | string([options](https://acessorh.gitbook.io/project/v2/referencias/documentos/brasil-1/pessoas#opcoes-de-etnia))                 |                      |
| **estadoCivil**<mark style="color:red;">**\***</mark>       | string([options](https://acessorh.gitbook.io/project/v2/referencias/documentos/brasil-1/comum#opcoes-de-estado-civil))            |                      |
| **uniaoEstavel**<mark style="color:red;">**\***</mark>      | boolean                                                                                                                           |                      |
| **celular**<mark style="color:red;">**\***</mark>           | string                                                                                                                            | length(1, 255)       |
| **nacionalidade**<mark style="color:red;">**\***</mark>     | string                                                                                                                            |                      |
| **tipoNacionalidade**<mark style="color:red;">**\***</mark> | string([options](https://acessorh.gitbook.io/project/v2/referencias/documentos/brasil-1/pessoas#opcoes-de-tipo-de-nacionalidade)) |                      |
| **incapaz**<mark style="color:red;">**\***</mark>           | boolean                                                                                                                           |                      |
| **nomeMae**<mark style="color:red;">**\***</mark>           | string                                                                                                                            | length(0, 255)       |
| **nomePai**                                                 | string                                                                                                                            | length(0, 255)       |
| **aposentado**<mark style="color:red;">**\***</mark>        | boolean                                                                                                                           |                      |
| **dataAposentadoria**<mark style="color:red;">**\***</mark> | string                                                                                                                            | format("YYYY-mm-dd") |
| **numeroBeneficio**<mark style="color:red;">**\***</mark>   | string                                                                                                                            | length(1, 255)       |
| **paisNascimento**                                          | string                                                                                                                            | length(1, 255)       |
| **paisOrigem**<mark style="color:red;">**\***</mark>        | string                                                                                                                            | length(1, 255)       |
| **dataNaturalizacao**                                       | string                                                                                                                            | format("YYYY-mm-dd") |
| **selfie**<mark style="color:red;">**\***</mark>            | voucher                                                                                                                           |                      |

{% hint style="info" %}
O campo `união estável` é obrigatório quando o campo `estado civil` tiver o valor "solteiro".

Os campos `dataAposentadoria` e `numeroBeneficio` serão obrigatórios quando o campo `aposentado` for `true`.

O campo `incapaz` é obrigatório apenas quando a pessoa for um dependente.

O campo `paisOrigem` é obrigatório quando o campo `tipoNacionalidade` tiver o valor "estrangeiro".
{% endhint %}

**Opções de sexo**

```
"feminino", "masculino"
```

**Opções de identidade de gênero**

```
"cisgênero", "transgênero", "não-binário"
```

**Opções de orientação sexual**

```
"heterossexual", "homossexual", "bissexual", "assexual", "panssexual"
```

**Opções de etnia**

```
"branca", "negra", "parda", "amarela", "indigena", "nao-informado"
```

**Opções de tipo de nacionalidade**

```
"brasileiro", "brasileiro-nascido-exterior", "naturalizado-brasileiro", "estrangeiro"
```

## Candidato <a href="#candidato" id="candidato"></a>

**Campos**

| Nome                                                        | Tipo    | Observações |
| ----------------------------------------------------------- | ------- | ----------- |
| **dependente**<mark style="color:red;">**\***</mark>        | boolean |             |
| **filhosBrasileiros**<mark style="color:red;">**\***</mark> | boolean |             |

## Cônjuge <a href="#conjuge" id="conjuge"></a>

**Campos**

| Nome               | Tipo            | Observações          |
| ------------------ | --------------- | -------------------- |
| **relacionamento** | string(options) |                      |
| **dependente**     | boolean         |                      |
| **dataCasamento**  | string          | format("YYYY-mm-dd") |

**Opções de relacionamento**

```
"companheiro", "casado"
```

## **Dependente** <a href="#dependente" id="dependente"></a>

**Campos**

| **Nome**                                                 | Tipo            | Observações    |
| -------------------------------------------------------- | --------------- | -------------- |
| **parentesco**<mark style="color:red;">**\***</mark>     | string(options) | length(0, 255) |
| **naoPossuiRg**                                          | boolean         |                |
| **ensinoSuperior**<mark style="color:red;">**\***</mark> | boolean         |                |
| **impostoRenda**<mark style="color:red;">**\***</mark>   | boolean         |                |
| **salarioFamilia**<mark style="color:red;">**\***</mark> | boolean         |                |

**Opções de parentesco**

```
"irmao", "menor-pobre", "pai-mae", "avo", "bisavo", "filho", "neto", "bisneto", "conjuge", "companheiro", "sogro", "enteado", "ex-conjuge"
```

## Responsável <a href="#responsavel" id="responsavel"></a>

**Campos**

| Nome                                                 | Tipo   | Observações    |
| ---------------------------------------------------- | ------ | -------------- |
| **parentesco**<mark style="color:red;">**\***</mark> | string | length(0, 255) |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://devcenter.unico.io/unico-people/unico-people-v2/referencias/contexto/brasil/pessoas.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.
