Import & export data schema
Pantarey supports exchanging data models via the JSON schema format. This lets you back up, share, or reuse structures.
Export a data schema
- Open the Data Designer.
- Select the schema you want.
- Click the “⋮” (three dots) menu in the top right.
- Choose “Export”.
💾 The exported file includes all field definitions, hierarchies, preview settings, and more.
Import a data schema
- Open the Data Designer.
- Click the “+ Import” icon.
- Select a previously exported
.json
file. - Confirm the import.
📂 The imported schema appears in the tree and can be edited as usual.
Benefits of importing
- Reuse across multiple tenants.
- Save time when setting up new structures.
- Build the basis for templates and best-practice examples.
Notes
- When importing a schema with the same name Pantarey lets you choose to replace it or store it alongside the existing one.
- Export is not intended to back up data records – use the dedicated data export for that.
The next chapter explains how data structures interact with processes and forms.