@ -4823,6 +4823,24 @@
},
"additionalProperties": false
"DownloadClientCategory": {
"type": "object",
"properties": {
"clientCategory": {
"type": "string",
"nullable": true
"categories": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
"DownloadClientConfigResource": {
@ -4895,6 +4913,16 @@
"priority": {
"$ref": "#/components/schemas/DownloadClientCategory"
"supportsCategories": {
"type": "boolean"