Skip to content

Commit 86512c5

Browse files
authored
Merge pull request #237 from freee/feature/update_schema_files_2022-12-22-10-46
Update schema files
2 parents db4dea5 + f1db5c4 commit 86512c5

File tree

1 file changed

+39
-33
lines changed

1 file changed

+39
-33
lines changed

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

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
"maximum": 12
311311
},
312312
"example": 1,
313-
"description": "対象年月(月)"
313+
"description": "対象年月(月)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>"
314314
},
315315
{
316316
"name": "limit",
@@ -513,7 +513,7 @@
513513
"maximum": 12
514514
},
515515
"example": 1,
516-
"description": "対象年月(月)"
516+
"description": "対象年月(月)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>"
517517
},
518518
{
519519
"name": "id",
@@ -825,7 +825,7 @@
825825
{
826826
"name": "month",
827827
"in": "query",
828-
"description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、\n指定したmonth + 1の値が検索結果として戻ります。",
828+
"description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>",
829829
"required": true,
830830
"schema": {
831831
"type": "integer",
@@ -1029,7 +1029,7 @@
10291029
{
10301030
"name": "month",
10311031
"in": "query",
1032-
"description": "対象月",
1032+
"description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>",
10331033
"required": true,
10341034
"schema": {
10351035
"type": "integer",
@@ -1234,7 +1234,7 @@
12341234
{
12351235
"name": "month",
12361236
"in": "query",
1237-
"description": "対象月",
1237+
"description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>",
12381238
"required": true,
12391239
"schema": {
12401240
"type": "integer",
@@ -1436,7 +1436,7 @@
14361436
{
14371437
"name": "month",
14381438
"in": "query",
1439-
"description": "対象月",
1439+
"description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>",
14401440
"required": true,
14411441
"schema": {
14421442
"type": "integer",
@@ -1640,7 +1640,7 @@
16401640
{
16411641
"name": "month",
16421642
"in": "query",
1643-
"description": "対象月",
1643+
"description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>",
16441644
"required": true,
16451645
"schema": {
16461646
"type": "integer",
@@ -1844,7 +1844,7 @@
18441844
{
18451845
"name": "month",
18461846
"in": "query",
1847-
"description": "対象月",
1847+
"description": "対象月<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が検索結果として返します。<br>\n翌月払いの従業員の2022/01の従業員情報を取得する場合は、year=2021,month=12を指定してください。<br>",
18481848
"required": true,
18491849
"schema": {
18501850
"type": "integer",
@@ -8529,18 +8529,21 @@
85298529
},
85308530
"phone1": {
85318531
"type": "string",
8532-
"description": "電話番号1",
8533-
"maxLength": 5
8532+
"description": "電話番号1(先頭番号、例:03-1111-222x の03部分)",
8533+
"maxLength": 5,
8534+
"example": "000"
85348535
},
85358536
"phone2": {
85368537
"type": "string",
8537-
"description": "電話番号2",
8538-
"maxLength": 4
8538+
"description": "電話番号2(中間番号、例:03-1111-222x の1111部分)",
8539+
"maxLength": 4,
8540+
"example": "0000"
85398541
},
85408542
"phone3": {
85418543
"type": "string",
8542-
"description": "電話番号3",
8543-
"maxLength": 4
8544+
"description": "電話番号3(末尾番号、例:03-1111-222x の222x部分)",
8545+
"maxLength": 4,
8546+
"example": "0000"
85448547
},
85458548
"residential_zipcode1": {
85468549
"type": "string",
@@ -8994,18 +8997,21 @@
89948997
},
89958998
"phone1": {
89968999
"type": "string",
8997-
"description": "電話番号1",
8998-
"nullable": true
9000+
"description": "電話番号1(先頭番号、例:03-1111-222x の03部分)",
9001+
"nullable": true,
9002+
"example": "000"
89999003
},
90009004
"phone2": {
90019005
"type": "string",
9002-
"description": "電話番号2",
9003-
"nullable": true
9006+
"description": "電話番号2(中間番号、例:03-1111-222x の1111部分)",
9007+
"nullable": true,
9008+
"example": "0000"
90049009
},
90059010
"phone3": {
90069011
"type": "string",
9007-
"description": "電話番号3",
9008-
"nullable": true
9012+
"description": "電話番号3(末尾番号、例:03-1111-222x の222x部分)",
9013+
"nullable": true,
9014+
"example": "0000"
90099015
},
90109016
"residential_zipcode1": {
90119017
"type": "string",
@@ -9268,21 +9274,21 @@
92689274
"phone1": {
92699275
"type": "string",
92709276
"nullable": true,
9271-
"description": "電話番号1",
9277+
"description": "電話番号1(先頭番号、例:03-1111-222x の03部分)",
92729278
"maxLength": 4,
92739279
"example": "000"
92749280
},
92759281
"phone2": {
92769282
"type": "string",
92779283
"nullable": true,
9278-
"description": "電話番号2",
9284+
"description": "電話番号2(中間番号、例:03-1111-222x の1111部分)",
92799285
"maxLength": 4,
92809286
"example": "0000"
92819287
},
92829288
"phone3": {
92839289
"type": "string",
92849290
"nullable": true,
9285-
"description": "電話番号3",
9291+
"description": "電話番号3(末尾番号、例:03-1111-222x の222x部分)",
92869292
"maxLength": 4,
92879293
"example": "0000"
92889294
},
@@ -10194,19 +10200,19 @@
1019410200
"phone1": {
1019510201
"type": "string",
1019610202
"nullable": true,
10197-
"description": "電話番号1",
10203+
"description": "電話番号1(先頭番号、例:03-1111-222x の03部分)",
1019810204
"example": "000"
1019910205
},
1020010206
"phone2": {
1020110207
"type": "string",
1020210208
"nullable": true,
10203-
"description": "電話番号2",
10209+
"description": "電話番号2(中間番号、例:03-1111-222x の1111部分)",
1020410210
"example": "0000"
1020510211
},
1020610212
"phone3": {
1020710213
"type": "string",
1020810214
"nullable": true,
10209-
"description": "電話番号3",
10215+
"description": "電話番号3(末尾番号、例:03-1111-222x の222x部分)",
1021010216
"example": "0000"
1021110217
},
1021210218
"social_insurance_and_tax_dependent": {
@@ -10326,7 +10332,7 @@
1032610332
},
1032710333
"month": {
1032810334
"type": "integer",
10329-
"description": "更新対象月\n- 給与計算対象の従業員情報の場合は必須になります。",
10335+
"description": "更新対象月\n- 給与計算対象の従業員情報の場合は必須になります。\n- 締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。\n- 翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。",
1033010336
"format": "int32",
1033110337
"minimum": 1,
1033210338
"maximum": 12,
@@ -10380,7 +10386,7 @@
1038010386
"type": "integer",
1038110387
"minimum": 1,
1038210388
"maximum": 12,
10383-
"description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、\n指定したmonth + 1の値が更新されます。",
10389+
"description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>",
1038410390
"format": "int32"
1038510391
},
1038610392
"employee_profile_rule": {
@@ -10431,7 +10437,7 @@
1043110437
},
1043210438
"month": {
1043310439
"type": "integer",
10434-
"description": "更新対象月(必須)",
10440+
"description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>",
1043510441
"format": "int32",
1043610442
"minimum": 1,
1043710443
"maximum": 12,
@@ -10483,7 +10489,7 @@
1048310489
},
1048410490
"month": {
1048510491
"type": "integer",
10486-
"description": "更新対象月(必須)",
10492+
"description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>",
1048710493
"format": "int32",
1048810494
"minimum": 1,
1048910495
"maximum": 12
@@ -10541,7 +10547,7 @@
1054110547
},
1054210548
"month": {
1054310549
"type": "integer",
10544-
"description": "更新対象月(必須)",
10550+
"description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>",
1054510551
"format": "int32",
1054610552
"minimum": 1,
1054710553
"maximum": 12
@@ -10596,7 +10602,7 @@
1059610602
},
1059710603
"month": {
1059810604
"type": "integer",
10599-
"description": "更新対象月(必須)",
10605+
"description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます。<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>",
1060010606
"format": "int32",
1060110607
"minimum": 1,
1060210608
"maximum": 12
@@ -10649,7 +10655,7 @@
1064910655
},
1065010656
"month": {
1065110657
"type": "integer",
10652-
"description": "更新対象月(必須)",
10658+
"description": "更新対象月(必須)<br>\n締日支払日設定が翌月払いの従業員情報の場合は、 指定したmonth + 1の値が更新されます<br>\n翌月払いの従業員の2022/01の従業員情報を更新する場合は、year=2021,month=12を指定してください。<br>",
1065310659
"format": "int32",
1065410660
"minimum": 1,
1065510661
"maximum": 12,

0 commit comments

Comments
 (0)