Workday · JSON Structure

Compensation Compensation Plan Structure

Type: object Properties: 5
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor compensationPlanType amount effectiveDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CompensationPlan",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "compensationPlanType": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "effectiveDate": {
      "type": "string"
    }
  }
}