This result validates the proposed one-row payload only. The validator did not create, update, save, publish, notify, or write anything.
The payload is not ready for any future controlled write. Checks passed: 1 / 12.
| approval phrase | — |
|---|---|
| target row count | — |
| employee id | — |
| employee name | — |
| draft date | — |
| start time | — |
| end time | — |
| position | — |
| manager initials | — |
| dry run only | — |
| Check | Status | Message |
|---|---|---|
| Dry-run payload submitted | PASS | Payload was submitted for dry-run validation. |
| Approval phrase exact match | FAIL | Approval phrase does not match exactly. |
| One-row limit | FAIL | Target row count must be exactly 1. |
| Employee ID present | FAIL | Employee ID must be a positive number. |
| Employee name present | FAIL | Employee name must be present. |
| Draft date valid | FAIL | Draft date must be valid YYYY-MM-DD format. |
| Start time valid | FAIL | Start time must be valid HH:MM format. |
| End time valid | FAIL | End time must be valid HH:MM format. |
| End time after start time | FAIL | End time must be later than start time. |
| Position present | FAIL | Position must be present. |
| Manager initials present | FAIL | Manager initials must be 2 to 5 uppercase letters. |
| Dry-run flag locked | FAIL | Dry-run flag must remain yes. |