# Category

## Field Definitions

```text
id
integer
<int64>
  // provider-specific example normalized for English documentation
Optional
>= 1
name
string
  // provider-specific example normalized for English documentation
Optional
```

## Example

```json
{
    "id": 1,
    "name": "string"
}
```
