Templates
Define the structure, properties, and behavior of tokenized objects.
What are Templates?
Templates are the blueprint for objects. They define private fields, resource types, and default values. Think of them as classes in object-oriented programming — objects are instances.
Template Variations
Variations allow you to create different configurations of a template without duplicating the base structure. Each variation can override properties and define unique characteristics.
Naming Convention
Templates use reverse-domain notation: io.example.product.v1. This ensures uniqueness across organizations.