fix(plugins): update payload type to string with byte format for task data
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -23,10 +23,9 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
description: TaskID is the unique identifier for this task.
|
description: TaskID is the unique identifier for this task.
|
||||||
payload:
|
payload:
|
||||||
type: array
|
type: string
|
||||||
|
format: byte
|
||||||
description: Payload is the opaque data provided when the task was enqueued.
|
description: Payload is the opaque data provided when the task was enqueued.
|
||||||
items:
|
|
||||||
type: object
|
|
||||||
attempt:
|
attempt:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
|
|||||||
Reference in New Issue
Block a user