mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
19 lines
383 B
YAML
19 lines
383 B
YAML
type: object
|
|
description: Task result.
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: Task result DTO type.
|
|
enum:
|
|
- TASK_RESULT
|
|
example: TASK_RESULT
|
|
id:
|
|
type: string
|
|
description: Task result ID.
|
|
example: 464ae7bf791e49fdb74606a2e4a89635
|
|
name:
|
|
type: string
|
|
description: Task result display name.
|
|
nullable: true
|
|
example: null
|