prompt_provenance_validate
Validate Prompt Provenance JSON documents against the v0.1 schema. Returns validity status, prompt ID, and version or an error reason.
Instructions
Validate a Prompt Provenance JSON document against the v0.1 schema. Returns { valid, prompt_id, version } or { valid: false, reason }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_json | Yes | A Prompt Provenance JSON document as a string. |