{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-structure/payroll-pay-period-structure.json", "name": "PayPeriod", "description": "PayPeriod schema from Workday Payroll API", "type": "object", "properties": { "startDate": { "type": "date", "description": "Start date of the pay period", "example": "2026-04-30" }, "endDate": { "type": "date", "description": "End date of the pay period", "example": "2026-04-30" } } }