Workday · JSON Structure

Benefits Dependent Structure

Type: object Properties: 4
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor fullName dateOfBirth

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Dependent",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "dateOfBirth": {
      "type": "string"
    }
  }
}