mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-24 13:48:14 -05:00
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"type": "object",
|
|
"description": "SortObject",
|
|
"additionalProperties": false,
|
|
"required": ["field", "direction"],
|
|
"properties": {
|
|
"field": {
|
|
"type": "string",
|
|
"description": "Field for sorting on"
|
|
},
|
|
"direction": {
|
|
"type": "string",
|
|
"description": "Sort order",
|
|
"pattern": "^(ASC|DESC)$"
|
|
}
|
|
}
|
|
}
|