Properties
The configuration values that are deployed to the device as a JSON or YAML file.
The file path the config instance is deployed to relative to the
/srv/miru/config_instances directory.A file path of /v1/motion-control.json deploys the config instance to /srv/miru/config_instances/v1/motion-control.json.Examples: /v1/motion-control.json, /safety.yamlThe config schema that the config instance must adhere to.Example:
SCH-FmoDNFile formats
Currently, config instances support JSON and YAML. However, support for more formats, including XML, is coming soon! Config instances support JSON and YAML. The Miru Agent parses both formats at deploy time and exposes the resulting data to on-device applications in the same way, so you can pick whichever format fits your workflow.YAML support requires Miru Agent v0.7.0 or newer

