ojp_validate_job_posting
Validate job posting JSON against the Open Job Protocol schema. Returns validity status and detailed error list.
Instructions
Validate a JSON document against the Open Job Protocol schema (v0.1). Provide either filePath (absolute path to a .json file) or document (pre-parsed object). Returns validity status and a list of errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | No | A pre-parsed OJP document object. | |
| filePath | No | Absolute path to an OJP JSON document. |