Workday · Schema

PerformanceReview

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSoftware-as-a-Service

Properties

Name Type Description
id string
descriptor string
status string The review status (e.g., In Progress, Manager Evaluation, Completed).
completedDate string
View JSON Schema on GitHub

JSON Schema

performanceManagement-performance-review-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PerformanceReview",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "description": "The review status (e.g., In Progress, Manager Evaluation, Completed)."
    },
    "completedDate": {
      "type": "string"
    }
  }
}