We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77fe42e + 4bcd670 commit 70d05bdCopy full SHA for 70d05bd
1 file changed
personio-personnel-data-api-oa3.yaml
@@ -2489,8 +2489,15 @@ components:
2489
example: Department
2490
attributes:
2491
type: object
2492
+ required:
2493
+ - id
2494
+ - name
2495
properties:
2496
+ id:
2497
+ type: integer
2498
+ example: 1
2499
name:
2500
+ type: string
2501
example: Marketing
2502
type:
2503
$ref: '#/components/schemas/TypeEnum'
0 commit comments