Workday · Schema

DataChangeTaskCreateRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
name string The name for the data change task.
operation object
View JSON Schema on GitHub

JSON Schema

prismAnalytics-data-change-task-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataChangeTaskCreateRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name for the data change task."
    },
    "operation": {
      "type": "object"
    }
  }
}