Workday · JSON Structure

Person Personal Information Structure

Type: object Properties: 3
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id dateOfBirth disability

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

JSON Structure

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