verify_license
Verify the Ed25519 signature on a downloaded LICENSE.json, confirming it was genuinely issued by bookstore4agents and has not been altered. Pass the license object returned by download_book. Returns { valid, key_id }. You can also verify offline using the public key at /.well-known/bookstore4agents-pubkey.pem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| license | Yes | The LICENSE.json object from download_book's response |