Workday · JSON Structure

Person Contact Information Structure

Type: object Properties: 3
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

ContactInformation 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

emails phones addresses

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContactInformation",
  "type": "object",
  "properties": {
    "emails": {
      "type": "array"
    },
    "phones": {
      "type": "array"
    },
    "addresses": {
      "type": "array"
    }
  }
}