Flipdish · JSON Structure

Apps Stream Structure

Stream schema from Flipdish API - Apps.

Type: object Properties: 8
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

CanRead CanSeek CanTimeout CanWrite Length Position ReadTimeout WriteTimeout

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/apps-stream-structure.json",
  "name": "Stream",
  "description": "Stream schema from Flipdish API - Apps.",
  "type": "object",
  "properties": {
    "CanRead": {
      "type": "boolean",
      "readOnly": true,
      "example": true
    },
    "CanSeek": {
      "type": "boolean",
      "readOnly": true,
      "example": true
    },
    "CanTimeout": {
      "type": "boolean",
      "readOnly": true,
      "example": true
    },
    "CanWrite": {
      "type": "boolean",
      "readOnly": true,
      "example": true
    },
    "Length": {
      "type": "int64",
      "readOnly": true,
      "example": 1
    },
    "Position": {
      "type": "int64",
      "example": 1
    },
    "ReadTimeout": {
      "type": "int32",
      "example": 1
    },
    "WriteTimeout": {
      "type": "int32",
      "example": 1
    }
  }
}