Workday · Schema

PersonalInformation

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
dateOfBirth string
disability array
View JSON Schema on GitHub

JSON Schema

person-personal-information-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PersonalInformation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "dateOfBirth": {
      "type": "string"
    },
    "disability": {
      "type": "array"
    }
  }
}