JobChange

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

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

JSON Schema

workday-integration-jobchange-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobChange",
  "title": "JobChange",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string",
      "format": "date"
    }
  }
}