Workday Recruiting · JSON Structure

Recruiting Rest Api Veteran Status Structure

A veteran status reference value for EEO compliance reporting and candidate self-identification.

Type: object Properties: 3
HCMHuman ResourcesRecruitingSaaSTalent Acquisition

VeteranStatus is a JSON Structure definition published by Workday Recruiting, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name code

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-recruiting/refs/heads/main/json-structure/recruiting-rest-api-veteran-status-structure.json",
  "name": "VeteranStatus",
  "description": "A veteran status reference value for EEO compliance reporting and candidate self-identification.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Workday ID (WID) of the veteran status",
      "example": "11111111-2222-3333-4444-555555555555"
    },
    "name": {
      "type": "string",
      "description": "Veteran status display name",
      "example": "Senior Software Engineer"
    },
    "code": {
      "type": "string",
      "description": "Status code for reporting",
      "example": "VET-01"
    }
  }
}