Contract.VeteranDetails

Name / Description Type / Format Example
isVeteran
Set to true if the employee is a veteran
boolean true
firstCivilianEmploymentDate
Date of Veteran's first civilian employment
string date "2025-01-16"
{
  "isVeteran": true,
  "firstCivilianEmploymentDate": "2025-01-16"
}
Consumed by Operations

- none -

Returned by Operations

- none -