> For the complete documentation index, see [llms.txt](https://docs.indicio.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.indicio.tech/developer/indicio-proven-r/schemas/employment.md).

# Employment

## Field: employer\_postal\_code

* Field Type: Alpha-Numeric
* Description: Postal code of address of employer

## Field: employment\_type

* Field Type:
* Description:

## Field: employment\_postal\_code

* Field Type: Alpha-Numeric
* Description: Postal code of address of employment

## Field: employment\_country

* Field Type: String
* Description: Name of the country of employment

## Field: employment\_address

* Field Type: String
* Description: Employment address

## Field: employment\_region

* Field Type: String
* Description: Employment state, province, or region code

## Field: employee\_given\_names

* Field Type: String
* Description: First and middle names of the employee

## Field: employer\_city

* Field Type: String
* Description: City of employer

## Field: employer\_address

* Field Type: String
* Description: Employer's address

## Field: employment\_city

* Field Type: String
* Description: Employment city

## Field: employment\_start\_date

* Field Type: Unix timestamp UTC
* Description: Date of the first working day

## Field: employee\_surnames

* Field Type: String
* Description: Family last name or surname

## Field: employer\_country

* Field Type: String
* Description: Name of employer's country

## Field: employer\_region

* Field Type: String
* Description: Employer's state, province or region code

## Field: employer\_name

* Field Type: String
* Description: Employer's name

## Field: employment\_role

* Field Type: String
* Description: Employment role

## Field: employment\_role\_description

* Field Type: String
* Description: Employment role description

## Attributes are part of the Credential Protocol see [ARIES RFC 0036](https://github.com/hyperledger/aries-rfcs/tree/main/features/0036-issue-credential)

Some attributes are part of the underlying ARIES Credential Protocol. For example the following values are associated with the credential

* "schema\_id": string, identifier of schema
* "cred\_def\_id": string, identifier of credential definition, which includes the issuer's DID

## Example ARIES Schema:

```
{
  "schema_name": "Employment",
  "schema_version": "1.0",
  "attributes": [
    "employer_postal_code",
    "employment_type",
    "employment_postal_code",
    "employment_country",
    "employment_address",
    "employment_region",
    "employee_given_names",
    "employer_city",
    "employer_address",
    "employment_city",
    "employment_start_date",
    "employee_surnames",
    "employer_country",
    "employer_region",
    "employer_name",
    "employment_role",
    "employment_role_description"
  ]
}

```

## Network Schema Ids

```
Indicio Test: Q7CyqfHss9RPK4hjwyZT32:2:Employment:1.0
Indicio Demo: 4rZRryzpji8LUwuvKRVdzU:2:Employment:1.0
Indicio Live:

```

<figure><img src="/files/1RQz4Qem7wijeO0ftMcF" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.indicio.tech/developer/indicio-proven-r/schemas/employment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
