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