Config Schema
Overview
The configuration object of each device, can be used to allow End Customers to manage the device's configuration both from the device (e.g. via a remote control) and the End Customer Portal.
Since the configuration object is a plain JSON object, the Configuration Schema can allow an OEM to define its structure and all the system to automatically create an easy to use editor for End Customers.
To define the configuration object's JSON schema, the JSON Schema Standard is used.
Setting Schema
The JSON Schema can be build and debugged by tools such as: https://rjsf-team.github.io/react-jsonschema-form/.
Once done, copy the JSONSchema object into the content field.
Updated 3 days ago
What’s Next