| Name / Description | Type / Format | Example | |
|---|---|---|---|
| isVeteranSet to true if the employee is a veteran | boolean | true | |
| firstCivilianEmploymentDateDate of Veteran's first civilian employment | stringdate | "2025-10-31" | 
{
  "isVeteran": true,
  "firstCivilianEmploymentDate": "2025-10-31"
}- none -
- none -