dual_create_template
Define token structure by creating templates that specify property schemas, allowed actions, and access rules for tokenized objects.
Instructions
Create a new token template that defines the structure of tokenized objects. Specify the property schema, allowed actions, and access rules. Example: Create a "Reward Token" template with properties like points, expiry_date, and redeemable status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name (e.g. 'Reward Token', 'Digital Product Passport') | |
| fqdn | No | Fully qualified domain name | |
| object | Yes | Properties schema defining the object structure (JSON object) | |
| actions | No | List of action type names allowed on objects of this template | |
| public_access | No | Whether objects are publicly accessible without auth |