validate_cv
Validate a cv.json document against the official cv.json schema. Provide the document (cvjson, object or JSON string) OR a slug/url to fetch and validate. Returns { valid, errors[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Fetch and validate this cv.json URL. | |
| slug | No | Fetch and validate this slug's live cv.json. | |
| cvjson | No | The cv.json document to validate (object or JSON string). |