generate_governance_block
Generate a signed governance block for HTML pages to enforce content usage policies, including terms, revocation, and content hash.
Instructions
Generate a cryptographically signed governance block for embedding in HTML pages. Includes terms, revocation policy, and content hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caching | No | ||
| content | Yes | Article/page content to hash and govern | |
| training | No | ||
| inference | No | ||
| publicKey | Yes | Publisher's Ed25519 public key (hex) | |
| derivative | No | ||
| privateKey | Yes | Publisher's Ed25519 private key (hex) | |
| license_url | No | ||
| terms_version | No | ||
| redistribution | No |