Files
api-specs/idn/beta/schemas/WorkItemsSummary.yaml
2022-09-02 10:59:29 -04:00

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