Scorecard

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
name string
effectiveDate string
isActive boolean
View JSON Schema on GitHub

JSON Schema

workday-integration-scorecard-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Scorecard",
  "title": "Scorecard",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string",
      "format": "date"
    },
    "isActive": {
      "type": "boolean"
    }
  }
}