Flipdish · JSON Structure

Devices Telemetry Series Property Structure

TelemetrySeriesProperty.

Type: object Properties: 5
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Name Type IntValues StringValues DoubleValues

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-telemetry-series-property-structure.json",
  "name": "TelemetrySeriesProperty",
  "description": "TelemetrySeriesProperty.",
  "type": "object",
  "properties": {
    "Name": {
      "description": "Name.",
      "type": "string",
      "example": "Example Name"
    },
    "Type": {
      "description": "Type.",
      "type": "string",
      "example": "string"
    },
    "IntValues": {
      "description": "IntValues.",
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        1
      ]
    },
    "StringValues": {
      "description": "StringValues.",
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "string"
      ]
    },
    "DoubleValues": {
      "description": "DoubleValues.",
      "type": "array",
      "items": {
        "type": "double"
      },
      "example": [
        1.0
      ]
    }
  }
}