resume-validate
:
Instructions
Validate a resume object against the JSON Resume schema, returning any errors and warnings (missing fields, invalid formats, incomplete sections). Use this after parsing or editing a resume to verify it is well-formed before rendering or submitting to agents. Does not modify the resume. Requires scope: resume:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume | Yes | Resume object in JSON Resume format |