Skip to content

Commit 907f9df

Browse files
authored
Merge pull request #513 from freee/feature/update_schema_files_2025-10-23-01-53
Update schema files
2 parents 8cf209a + 71c073f commit 907f9df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hr/open-api-3/api-schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19696,6 +19696,11 @@
1969619696
"example": 1000000,
1969719697
"minimum": 0,
1969819698
"maximum": 99999999
19699+
},
19700+
"is_group_insurance": {
19701+
"type": "boolean",
19702+
"description": "団体保険に該当するかどうか",
19703+
"nullable": true
1969919704
}
1970019705
}
1970119706
},
@@ -19963,6 +19968,11 @@
1996319968
"xml"
1996419969
],
1996519970
"nullable": true
19971+
},
19972+
"is_group_insurance": {
19973+
"type": "boolean",
19974+
"description": "団体保険に該当するかどうか",
19975+
"nullable": true
1996619976
}
1996719977
}
1996819978
},

0 commit comments

Comments
 (0)