.forestadmin-schema.json
This is the official documentation of the @forestadmin/agent Node.js agent.
The .forestadmin-schema.json file
.forestadmin-schema.json fileIn your Development Environments only, on server start, a .forestadmin-schema.json file will be auto-generated. It reflects:
the state of your data sources Collections.
your Agent customization.
As a consequence, in Remote and Production Environments, the .forestadmin-schema.json file does not update according to your data sources schema and customization changes (but follows the .forestadmin-schema.json file versioned in the code you deployed).
Do not edit this file manually, as it could break your interface if the wrong syntax is used.
Versioning the.forestadmin-schema.json file will also help you visualize your admin panel configuration changes:

Last updated
Was this helpful?