Workday · JSON Structure

Prismanalytics Dataset Structure

Type: object Properties: 10
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor name displayName description tags fields rowCount createdOn updatedOn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Dataset",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "fields": {
      "type": "array"
    },
    "rowCount": {
      "type": "integer"
    },
    "createdOn": {
      "type": "string"
    },
    "updatedOn": {
      "type": "string"
    }
  }
}