Workday · JSON Structure

Wql Data Source Structure

Type: object Properties: 5
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor name pluralName fields

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataSource",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "pluralName": {
      "type": "string"
    },
    "fields": {
      "type": "array"
    }
  }
}