Workday · Schema

CompensationGrade

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSoftware-as-a-Service

Properties

Name Type Description
id string
descriptor string
name string
isInactive boolean
minimumAmount number
midpointAmount number
maximumAmount number
View JSON Schema on GitHub

JSON Schema

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