Workday · JSON Structure

Compensation Scorecard Result Structure

Type: object Properties: 7
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor currentBasePayAmount proposedBasePayAmount percentChange meritAmount promotionAmount

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScorecardResult",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "currentBasePayAmount": {
      "type": "number"
    },
    "proposedBasePayAmount": {
      "type": "number"
    },
    "percentChange": {
      "type": "number"
    },
    "meritAmount": {
      "type": "number"
    },
    "promotionAmount": {
      "type": "number"
    }
  }
}