> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tier Definitions

<Note>
  **Profile Tier information**

  A tier definition contains data unique to each individual tier. To review profile data in relation to the associated tiers, you can review [Read Profile Tier](/api-reference/profile-tier/read-profile-tier)
</Note>

## Tier definition properties

| Attribute                           | Description                                                                         |
| ----------------------------------- | ----------------------------------------------------------------------------------- |
| id `STRING` `READ-ONLY`             | the ID of the tier                                                                  |
| name `STRING`                       | The name of the tier                                                                |
| handle `STRING`                     | A unique handle for the tier                                                        |
| is\_floor `BOOLEAN`                 | Denotes whether this tier is the lowest tier the profile can achieve                |
| value\_min `INTEGER`                | The minimum amount of points needed to achieve this tier                            |
| value\_maintain `INTEGER`           | The points needed to be achieved to maintain this tier by the next tier anniversary |
| is\_assignable `BOOLEAN`            | Denotes whether this tier is assignable to the current member profile               |
| internal\_notes `STRING`            | Internal notes made against the tier                                                |
| description `STRING`                | The basic description for the tier                                                  |
| short\_description `STRING`         | A short description about the current tier                                          |
| long\_description `STRING`          | A long description for the tier in HTML markup.                                     |
| terms\_conditions `STRING`          | The terms and conditions for the tier                                               |
| icon `STRING` `URL`                 | A URL for the desired icon for this tier                                            |
| image\_url `STRING` `URL`           | A URL for the desired cover image for this tier                                     |
| earn\_instructions `STRING`         | instructions on earning this tier                                                   |
| tags `ARRAY`                        | Tags associated with this tier                                                      |
| created\_at `DATE-TIME` `READ-ONLY` | The date and time this tier was created                                             |
| updated\_at `DATE-TIME` `READ-ONLY` | The date and time this tier was last updated                                        |
