# Sort

## 字段定义

```text
empty
boolean
可选
sorted
boolean
可选
unsorted
boolean
可选
```

## 示例

```json
{
    "empty": true,
    "sorted": true,
    "unsorted": true
}
```
