Workday · JSON Structure

Performancemanagement Goal Structure

Type: object Properties: 8
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Goal 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 name description status dueDate completionDate weight

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Goal",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "dueDate": {
      "type": "string"
    },
    "completionDate": {
      "type": "string"
    },
    "weight": {
      "type": "number"
    }
  }
}