

Mobility, Planning, and Communication config instances respectively.

The instances are auto-populated with the default values defined in the release’s config schemas. If using empty schemas, the auto-populated instances will be empty as well.

Verify the deployment
To verify a config seen in the editor is deployed to the device, drop down the deployed config instance (the one with the green dot) in the editor.
File Path field shows the file system path that the config instance is deployed to, relative to /srv/miru/config_instances.
Since the File Path is /mobility.json, the config instance is deployed to /srv/miru/config_instances/mobility.json.
To verify the config instance is deployed to the device’s file system, open a terminal on the device and navigate to the /srv/miru/config_instances directory.
cat the config instance by copying the File Path displayed in the editor.
Patch a config instance
To edit a config instance, make some changes to the current config instance. As edits are made, a log on the right maintains a list of all changes, categorizing them by their type:added, deleted, or modified.



