Export (JSON Schema)
In this guide you will see how to how to export your imported schema.
Navigate to the 'Types Grid' UI, you'll find the sidebar tab on the far right, click on 'export', which will expand the export menu, then select 'JSON Schema'.
Alternatively you can open the dedicated export UI, Features Tray β Channels β Export β JSON Schema
(Optional) you can select the 'profile' input or leave it empty (it will automatically select the default profile), the profile is the way you can control how nodes are exported from CoreModels.
(Optional) you can select the 'Root Node' or leave it empty (CoreModels will try to figure the root for you), the root node is the base JSON Schema object of your schema (see the hint below).
Click on 'Process'.
After the export is done, you can either download the file or click on 'Preview' to see the export results.
If your schema was created using the Import (JSON Schema) and it had a single file, CoreModels will automatically figure which type should be selected, but otherwise, you should select a type for the import to work.
Additional Export Options
Include All Relations:
By Default, CoreModels filters the export results based on the selected space, setting this option to true, will include the relations that exist in the current space, regardless if its target existed in the current space or not.
Last updated