ScorecardResult

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
scorecard object
worker object
overallScore number
effectiveDate string
View JSON Schema on GitHub

JSON Schema

workday-integration-scorecardresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScorecardResult",
  "title": "ScorecardResult",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "scorecard": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "worker": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "overallScore": {
      "type": "number"
    },
    "effectiveDate": {
      "type": "string",
      "format": "date"
    }
  }
}