Skip to content

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

  1. Open the Data Designer.
  2. Select the schema you want.
  3. Click the “⋮” (three dots) menu in the top right.
  4. Choose “Export”.

💾 The exported file includes all field definitions, hierarchies, preview settings, and more.


Import a data schema

  1. Open the Data Designer.
  2. Click the “+ Import” icon.
  3. Select a previously exported .json file.
  4. 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.