Workday Payroll · Schema

TaxJurisdictionRef

TaxJurisdictionRef schema from Workday Payroll Workday Tax API

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Properties

Name Type Description
id string Jurisdiction identifier
descriptor string Jurisdiction display name
View JSON Schema on GitHub

JSON Schema

tax-tax-jurisdiction-ref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-schema/tax-tax-jurisdiction-ref-schema.json",
  "title": "TaxJurisdictionRef",
  "description": "TaxJurisdictionRef schema from Workday Payroll Workday Tax API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Jurisdiction identifier",
      "example": "tjur_us_federal"
    },
    "descriptor": {
      "type": "string",
      "description": "Jurisdiction display name",
      "example": "Weekly USD Pay Group"
    }
  }
}