Properties
object
The configuration values that are deployed to the device as a file, written in the config schema’s instance format.
string
The absolute file system path where the config instance is written on the device.Examples:
/srv/miru/configs/v1/motion-control.json, /srv/miru/configs/safety.yamlstring
The key of the instance slot on the config schema that this instance fills.Examples:
default, left-arm, right-armConfig Schema
The config schema that the config instance must adhere to.Example:
SCH-FmoDNFile formats
The formats a config instance may use are determined by the schema language of its config schema. Config schemas support the following file formats:
Note that a schema’s format does not need to match the format of the config instance it validates. For example, a YAML-formatted JSON Schema can validate a JSON-formatted config instance.
YAML support requires Miru Agent v0.7.0 or newer

