Workday · JSON Structure

Prismanalytics Dataset Field Structure

Type: object Properties: 6
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

name displayName ordinal type required externalId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DatasetField",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "ordinal": {
      "type": "integer"
    },
    "type": {
      "type": "object"
    },
    "required": {
      "type": "boolean"
    },
    "externalId": {
      "type": "string"
    }
  }
}