Skip to content

Commit

Permalink
Merge pull request #468 from freee/feature/update_schema_files_2024-1…
Browse files Browse the repository at this point in the history
…2-24-06-36

Update schema files
  • Loading branch information
akhr77 authored Dec 24, 2024
2 parents c7de581 + ca9b0e0 commit a19b7c4
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions hr/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
],
"security": [
{
"bearer": [

]
"bearer": []
}
],
"tags": [
Expand Down Expand Up @@ -11064,6 +11062,16 @@
"format": "date",
"example": "2020-01-01"
},
"main_duty": {
"type": "string",
"enum": [
"unspecified",
"sub_duty",
"main_duty"
],
"description": "主務",
"example": "main_duty"
},
"group_id": {
"type": "integer",
"description": "部門ID",
Expand Down Expand Up @@ -13335,6 +13343,10 @@
"minimum": 1,
"maximum": 2147483647,
"example": 58000
},
"health_insurance_qualification_required": {
"type": "boolean",
"description": "健康保険の資格確認書の発行が必要かどうか"
}
}
},
Expand Down Expand Up @@ -13716,6 +13728,10 @@
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$",
"example": "2021-04-01"
},
"health_insurance_qualification_required": {
"type": "boolean",
"description": "健康保険の資格確認書の発行が必要かどうか"
},
"phone_type": {
"type": "string",
"nullable": true,
Expand Down Expand Up @@ -14496,6 +14512,10 @@
"description": "賞与計算時の健康保険料の計算方法",
"example": "manual"
},
"health_insurance_qualification_required": {
"type": "boolean",
"description": "健康保険の資格確認書の発行が必要かどうか"
},
"manual_health_insurance_amount_of_employee_salary": {
"type": "integer",
"format": "int32",
Expand Down Expand Up @@ -14799,6 +14819,10 @@
"format": "date",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
},
"health_insurance_qualification_required": {
"type": "boolean",
"description": "健康保険の資格確認書の発行が必要かどうか"
},
"phone_type": {
"type": "string",
"nullable": true,
Expand Down

0 comments on commit a19b7c4

Please sign in to comment.