> ## Documentation Index
> Fetch the complete documentation index at: https://gobl-improv.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Identity

Identity is used to define a code for a specific context.

## Schema ID

`https://gobl.org/draft-0/org/identity`

## Properties

| Title       | Property      | Type                                                  | Req. | Description                                                                                                                                     |
| ----------- | ------------- | ----------------------------------------------------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| UUID        | `uuid`        | string                                                |      | Universally Unique Identifier.                                                                                                                  |
| Label       | `label`       | string                                                |      | Optional label useful for non-standard identities to give a bit more context.                                                                   |
| Country     | `country`     | [l10n.ISOCountryCode](/draft-0/l10n/iso_country_code) |      | Country from which the identity was issued.                                                                                                     |
| Key         | `key`         | [cbc.Key](/draft-0/cbc/key)                           |      | Uniquely classify this identity using a key instead of a type.                                                                                  |
| Type        | `type`        | [cbc.Code](/draft-0/cbc/code)                         |      | The type of Code being represented and usually specific for a particular context, country, or tax regime, and cannot be used alongside the key. |
| Code        | `code`        | [cbc.Code](/draft-0/cbc/code)                         | true | The actual value of the identity code.                                                                                                          |
| Description | `description` | string                                                |      | Description adds details about what the code could mean or imply                                                                                |
| Extensions  | `ext`         | [tax.Extensions](/draft-0/tax/extensions)             |      | Ext provides a way to add additional information to the identity.                                                                               |
