From ca9b0e0d18f61cb51506f7cc0a22636cfa234a4f Mon Sep 17 00:00:00 2001 From: firebase-deploy-machine-user Date: Tue, 24 Dec 2024 06:36:20 +0000 Subject: [PATCH] Update schema files --- hr/open-api-3/api-schema.json | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/hr/open-api-3/api-schema.json b/hr/open-api-3/api-schema.json index e2bfeaa..5083ac8 100644 --- a/hr/open-api-3/api-schema.json +++ b/hr/open-api-3/api-schema.json @@ -20,9 +20,7 @@ ], "security": [ { - "bearer": [ - - ] + "bearer": [] } ], "tags": [ @@ -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", @@ -13335,6 +13343,10 @@ "minimum": 1, "maximum": 2147483647, "example": 58000 + }, + "health_insurance_qualification_required": { + "type": "boolean", + "description": "健康保険の資格確認書の発行が必要かどうか" } } }, @@ -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, @@ -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", @@ -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,