mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
15 lines
300 B
YAML
15 lines
300 B
YAML
type: object
|
|
properties:
|
|
open:
|
|
type: integer
|
|
description: The count of open work items
|
|
example: 29
|
|
completed:
|
|
type: integer
|
|
description: The count of completed work items
|
|
example: 1
|
|
total:
|
|
type: integer
|
|
description: The count of total work items
|
|
example: 30
|