Workday · Schema

BusinessTitleChange

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
proposedBusinessTitle string
effectiveDate string
View JSON Schema on GitHub

JSON Schema

hcm-business-title-change-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BusinessTitleChange",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "proposedBusinessTitle": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string"
    }
  }
}