Flipdish · JSON Structure

Devices Client Device Structure

Client Device

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

ClientDevice is a JSON Structure definition published by Flipdish, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DeviceModel DeviceId DeviceName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/devices-client-device-structure.json",
  "name": "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"
    }
  }
}