{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PayrollInstruction", "type": "object", "properties": { "instructionID": { "type": "string" }, "associateOID": { "type": "string" }, "instructionTypeCode": { "type": "string" }, "effectiveDate": { "type": "string" } } }