Workday Compensation Detail

Represents compensation details for a worker in Workday, including base pay, compensation plans, grades, and total annualized compensation amounts.

CloudEnterprise SoftwareERPFinanceHCMHRIntegration

Properties

Name Type Description
worker object
effectiveDate string Effective date of the compensation plan
totalBasePayAnnualized number Total annualized base pay amount
currency string ISO 4217 currency code
compensationPlans array Individual compensation plan assignments
compensationGrade object
compensationStep object
View JSON Schema on GitHub

JSON Schema

workday-integrations-compensation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://community.workday.com/schemas/workday-integrations/compensation.json",
  "title": "Workday Compensation Detail",
  "description": "Represents compensation details for a worker in Workday, including base pay, compensation plans, grades, and total annualized compensation amounts.",
  "type": "object",
  "properties": {
    "worker": {
      "$ref": "#/$defs/Reference"
    },
    "effectiveDate": {
      "type": "string",
      "format": "date",
      "description": "Effective date of the compensation plan"
    },
    "totalBasePayAnnualized": {
      "type": "number",
      "description": "Total annualized base pay amount"
    },
    "currency": {
      "type": "string",
      "pattern": "^[A-Z]{3}$",
      "description": "ISO 4217 currency code"
    },
    "compensationPlans": {
      "type": "array",
      "description": "Individual compensation plan assignments",
      "items": {
        "$ref": "#/$defs/CompensationPlanAssignment"
      }
    },
    "compensationGrade": {
      "$ref": "#/$defs/Reference"
    },
    "compensationStep": {
      "$ref": "#/$defs/Reference"
    }
  },
  "$defs": {
    "CompensationPlanAssignment": {
      "type": "object",
      "description": "A specific compensation plan assigned to a worker",
      "properties": {
        "compensationPlan": {
          "$ref": "#/$defs/Reference"
        },
        "amount": {
          "type": "number",
          "description": "Compensation amount"
        },
        "currency": {
          "type": "string",
          "pattern": "^[A-Z]{3}$",
          "description": "ISO 4217 currency code"
        },
        "frequency": {
          "type": "string",
          "enum": ["Annual", "Monthly", "Hourly"],
          "description": "Payment frequency"
        }
      }
    },
    "Reference": {
      "type": "object",
      "description": "Reference to a Workday business object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Workday ID of the referenced object"
        },
        "descriptor": {
          "type": "string",
          "description": "Display name of the referenced object"
        },
        "href": {
          "type": "string",
          "format": "uri",
          "description": "API URL for the referenced resource"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workday-integrations-compensation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.