Creating a schema
You need editor or admin access in the project.
Steps
- Open the project, then Data schemas.
- Click New schema.
- Enter a name (internal, lowercase:
player) and a label (human-friendly: "Player"). - Pick object or list.
- Save. The schema opens on its field list.
Adding fields
- Click Add field.
- Enter the name (used in bindings and mappings) and a label.
- Pick a type from the list above.
- Set a default value if appropriate.
- Mark required if the template expects a value always.
Reorder fields by dragging. Field order affects the display in data-entry forms but has no effect on rendering.
Editing after templates exist
Adding a new field is safe. Renaming or removing a field breaks any template that binds to it — the template will show empty values until you rebind.
Test changes against a template before committing them to a widely used schema.