Skip to content

Commit

Permalink
Merge pull request #443 from freee/feature/update_schema_files_2024-0…
Browse files Browse the repository at this point in the history
…6-27-07-35

Update schema files
  • Loading branch information
prprmurakami0916 authored Jul 2, 2024
2 parents e7c0482 + c7451e7 commit 48d7bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hr/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15728,14 +15728,14 @@
},
"num_absences": {
"type": "number",
"description": "控除対象の欠勤日数\n\nフレックスタイム制の場合は、指定した値が反映されず無視されます。",
"description": "欠勤日数",
"format": "float",
"minimum": 0,
"maximum": 31
},
"num_absences_for_deduction": {
"type": "number",
"description": "控除対象の欠勤日数",
"description": "控除対象の欠勤日数\n\nフレックスタイム制の場合は、指定した値が反映されず無視されます。",
"format": "float",
"minimum": 0,
"maximum": 9999.999
Expand Down

0 comments on commit 48d7bd4

Please sign in to comment.