Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e995a6f

Browse files
update swagger
1 parent c0b1932 commit e995a6f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/api/docs/swagger.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,23 @@ components:
273273
example: "Dummy title"
274274
description: "The title."
275275
maxLength: 64
276+
paymentTotal:
277+
type: integer
278+
example: 20
279+
description: "the amount of payment that a member has received for a completed job"
280+
rbStartDate:
281+
type: string
282+
example: "2021-06-05"
283+
description: "the official start time for a job"
284+
rbEndDate:
285+
type: string
286+
example: "2021-07-05"
287+
description: "the official end time for a job"
288+
updatedAt:
289+
type: string
290+
format: date-time
291+
example: "2021-06-21T03:57:17.774Z"
292+
description: "The latest updated date time for a jobCandidate."
276293
payment:
277294
$ref: "#/components/schemas/Payment"
278295
hoursPerWeek:

0 commit comments

Comments
 (0)