{ "$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-schema.json", "title": "ClientDevice", "description": "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" } } }