Help Center
Data

Creating a schema

How to add a schema and its fields to a project.

Creating a schema

You need editor or admin access in the project.

Steps

  1. Open the project, then Data schemas.
  2. Click New schema.
  3. Enter a name (internal, lowercase: player) and a label (human-friendly: "Player").
  4. Pick object or list.
  5. 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.