owp_verify_nested_claim
Verify an AgentRequest or HumanDecision nested claim against a WorkOrder by validating identity bindings, work order digest, actor key binding, and Ed25519 signature.
Instructions
Verify a nested claim (AgentRequest or HumanDecision) against a WorkOrder.
This checks that:
The WorkOrder identity bindings are valid.
The claim's
work_order_digestmatches the WorkOrder.The claim's actor is bound to a matching key in the WorkOrder.
The claim's Ed25519 signature is valid.
Args: claim_json: JSON string of the AgentRequest or HumanDecision. work_order_json: JSON string of the parent WorkOrder.
Returns:
{"valid": true} if the nested claim passes all checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim_json | Yes | ||
| work_order_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||