Flipdish · Schema

ClientDeviceSummary

Client Device summary (header fields)

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
DeviceModel string Device Model
DeviceId string Device Id
DeviceName string Device Name
View JSON Schema on GitHub

JSON Schema

devices-client-device-summary-schema.json Raw ↑
{
  "$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-summary-schema.json",
  "title": "ClientDeviceSummary",
  "description": "Client Device summary (header fields)",
  "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"
    }
  }
}