Enroll a client device
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/devices-client-device-enroll-schema.json", "title": "ClientDeviceEnroll", "description": "Enroll a client device", "type": "object", "properties": { "DeviceModel": { "description": "Device model", "type": "string", "example": "string" }, "DeviceId": { "description": "Device Id", "type": "string", "example": "500123" }, "DeviceName": { "description": "Device Name", "type": "string", "example": "Example Name" } } }