We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6f8cfa + 470cd49 commit 61cb04eCopy full SHA for 61cb04e
1 file changed
personio-personnel-data-api-oa3.yaml
@@ -2489,6 +2489,25 @@ components:
2489
balance:
2490
type: number
2491
example: 10.5
2492
+
2493
+ Project:
2494
+ type: object
2495
+ properties:
2496
+ id:
2497
+ type: integer
2498
+ example: 1
2499
+ type:
2500
+ type: string
2501
+ example: "Project"
2502
+ attributes:
2503
2504
2505
+ name:
2506
2507
+ example: "Project name"
2508
+ active:
2509
+ example: true
2510
+ type: boolean
2511
2512
Attendance:
2513
type: object
@@ -2525,6 +2544,14 @@ components:
2525
2544
- confirmed
2526
2545
- pending
2527
2546
- rejected
2547
+ project:
2548
+ $ref: "#/components/schemas/Project"
2549
+ example:
2550
+ id: 1
2551
+ type: Project
2552
2553
+ name: "Some project"
2554
+ active: true
2528
2555
2529
2556
AttendanceCreateRequest:
2530
2557
0 commit comments