{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-schema/payroll-earning-code-ref-schema.json", "title": "EarningCodeRef", "description": "EarningCodeRef schema from Workday Payroll API", "type": "object", "properties": { "id": { "type": "string", "description": "Earning code identifier", "example": "REGULAR" }, "descriptor": { "type": "string", "description": "Earning code display name", "example": "Weekly USD Pay Group" } } }