Workday · Schema

ScorecardResult

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
currentBasePayAmount number
proposedBasePayAmount number
percentChange number
meritAmount number
promotionAmount number
View JSON Schema on GitHub

JSON Schema

compensation-scorecard-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}