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