Workday · JSON Structure

Benefits Benefit Election Structure

Type: object Properties: 9
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

BenefitElection is a JSON Structure definition published by Workday, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor electionStatus coverageBeginDate coverageEndDate employeeCost employerCost dependents beneficiaries

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BenefitElection",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "electionStatus": {
      "type": "string"
    },
    "coverageBeginDate": {
      "type": "string"
    },
    "coverageEndDate": {
      "type": "string"
    },
    "employeeCost": {
      "type": "number"
    },
    "employerCost": {
      "type": "number"
    },
    "dependents": {
      "type": "array"
    },
    "beneficiaries": {
      "type": "array"
    }
  }
}