Workday · JSON Structure

Wql Data Source Field Structure

Type: object Properties: 8
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor alias columnName type isRequired isSortable isFilterable

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataSourceField",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "alias": {
      "type": "string"
    },
    "columnName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "isRequired": {
      "type": "boolean"
    },
    "isSortable": {
      "type": "boolean"
    },
    "isFilterable": {
      "type": "boolean"
    }
  }
}