owp_verify_work_order
Verify a work order's identity bindings and maintainer signature to confirm authenticity. Returns valid only if all bindings are well-formed, distinct, and the signature is valid.
Instructions
Verify a WorkOrder's identity bindings and maintainer signature.
Args: work_order_json: JSON string of the WorkOrder object.
Returns:
{"valid": true} if all six key bindings are well-formed,
distinct, and the maintainer's signature is valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_order_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||