Workday · JSON Structure

Compensation Compensation Grade Structure

Type: object Properties: 7
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

CompensationGrade 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 name isInactive minimumAmount midpointAmount maximumAmount

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CompensationGrade",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "isInactive": {
      "type": "boolean"
    },
    "minimumAmount": {
      "type": "number"
    },
    "midpointAmount": {
      "type": "number"
    },
    "maximumAmount": {
      "type": "number"
    }
  }
}