{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "WorkerPayOutput", "type": "object", "properties": { "associateOID": { "type": "string" }, "workerID": { "type": "object" }, "payStatementID": { "type": "string" }, "payDate": { "type": "string" }, "regularEarnings": { "type": "array" }, "overtimeEarnings": { "type": "array" }, "otherEarnings": { "type": "array" }, "deductions": { "type": "array" }, "taxes": { "type": "array" } } }