Flipdish · JSON Structure

Apps Channel Structure

Channel.

Type: object Properties: 6
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

ChannelId TranslationKey Source LogoUri Available MaintainedExternally

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-channel-structure.json",
  "name": "Channel",
  "description": "Channel.",
  "type": "object",
  "properties": {
    "ChannelId": {
      "description": "Channel Id",
      "type": "int32",
      "example": 500123
    },
    "TranslationKey": {
      "description": "Channel TranslationKey",
      "type": "string",
      "example": "string"
    },
    "Source": {
      "description": "Channel Source",
      "enum": [
        "Internal",
        "External"
      ],
      "type": "string",
      "example": "Internal"
    },
    "LogoUri": {
      "description": "Channel Logo URl",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    },
    "Available": {
      "description": "Channel is Available or not",
      "type": "boolean",
      "example": true
    },
    "MaintainedExternally": {
      "description": "Channel is Maintained Externally or not",
      "type": "boolean",
      "example": true
    }
  }
}