Workday Payroll · JSON Structure

Tax Tax Jurisdiction Ref Structure

TaxJurisdictionRef schema from Workday Payroll Workday Tax API

Type: object Properties: 2
CompensationEnterpriseHuman ResourcesPayrollSaaSTax

TaxJurisdictionRef is a JSON Structure definition published by Workday Payroll, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id descriptor

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-structure/tax-tax-jurisdiction-ref-structure.json",
  "name": "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"
    }
  }
}