Compensation Review

A Workday compensation review process and cycle

Properties

Name Type Description
id string Unique review identifier
name string Review cycle name
compensationPlanId string Associated compensation plan ID
startDate string Review cycle start date
endDate string Review cycle end date
status string Review status
reviewerCount integer Number of reviewers
employeeCount integer Number of employees in review
View JSON Schema on GitHub

JSON Schema

workday-advanced-compensation-compensation-review-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-advanced-compensation/refs/heads/main/json-schema/workday-advanced-compensation-compensation-review-schema.json",
  "title": "Compensation Review",
  "description": "A Workday compensation review process and cycle",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique review identifier"
    },
    "name": {
      "type": "string",
      "description": "Review cycle name"
    },
    "compensationPlanId": {
      "type": "string",
      "description": "Associated compensation plan ID"
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Review cycle start date"
    },
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "Review cycle end date"
    },
    "status": {
      "type": "string",
      "enum": [
        "OPEN",
        "IN_PROGRESS",
        "COMPLETE",
        "CANCELLED"
      ],
      "description": "Review status"
    },
    "reviewerCount": {
      "type": "integer",
      "description": "Number of reviewers"
    },
    "employeeCount": {
      "type": "integer",
      "description": "Number of employees in review"
    }
  },
  "required": [
    "id",
    "name",
    "startDate",
    "status"
  ]
}

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-advanced-compensation-compensation-review"
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.