Workday Extend · Schema

CustomObjectData

Custom object field values as key-value pairs. Keys must match the field API names defined in the custom object definition. Values must conform to the field data types.

AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaS
View JSON Schema on GitHub

JSON Schema

workday-extend-customobjectdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomObjectData",
  "title": "CustomObjectData",
  "type": "object",
  "additionalProperties": true,
  "description": "Custom object field values as key-value pairs. Keys must match the field API names defined in the custom object definition. Values must conform to the field data types."
}