Workday · JSON Structure

Prismanalytics Dataset Update Request Structure

Type: object Properties: 4
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

DatasetUpdateRequest is a JSON Structure definition published by Workday, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

displayName description fields tags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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