validate
Validate a claim's structure and anchor/frozen hashes without executing any code. Safe for untrusted claims.
Instructions
Check a claim's structure and anchor/frozen hashes WITHOUT executing any code. Safe for untrusted claims. Args: claim (claim JSON text) or claim_path (absolute file path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | No | Claim document as JSON text | |
| claim_path | No | Absolute path to a claim JSON file |