> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/objects/custom-field-possible-value.md).

# Custom Field Possible Value

#### **Example**

```json
{
    "order": 20,
    "value": "Finnmark"
}
```

#### Fields

| Field | Type   | Comments                                                                                                                                                                                                |
| ----- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| order | int    | Fields display order. Values with less number will be shown before values with bigger order number                                                                                                      |
| value | string | string containing value. Format of string depends on field type (correct formats can be checked in this [document](/docs/apis/tickets/reference/enumerations/custom-field-types-and-values-formats.md)) |
