{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LayoutMode", "title": "LayoutMode", "type": "string", "enum": [ "DEFAULT", "CUSTOM" ], "description": " * `DEFAULT` - Default layout mode when a new device is added.\n * `CUSTOM` - Enables a device to have its custom layout.\n" }