{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-structure/payroll-deduction-code-ref-structure.json", "name": "DeductionCodeRef", "description": "DeductionCodeRef schema from Workday Payroll API", "type": "object", "properties": { "id": { "type": "string", "description": "Deduction code identifier", "example": "MEDICAL_PRETAX" }, "descriptor": { "type": "string", "description": "Deduction code display name", "example": "Weekly USD Pay Group" } } }