Workday · Schema

DatasetUpdateRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
displayName string
description string
fields array
tags array
View JSON Schema on GitHub

JSON Schema

prismAnalytics-dataset-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DatasetUpdateRequest",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "fields": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    }
  }
}