Flipdish · JSON Structure

Menus Menu Zone Structure

MenuZone.

Type: object Properties: 7
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

MenuZoneId MenuId Name Description ImageName DisplayOrder ImageUrl

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/menus-menu-zone-structure.json",
  "name": "MenuZone",
  "description": "MenuZone.",
  "type": "object",
  "properties": {
    "MenuZoneId": {
      "description": "MenuZoneId.",
      "type": "int32",
      "example": 500123
    },
    "MenuId": {
      "description": "MenuId.",
      "type": "int32",
      "example": 500123
    },
    "Name": {
      "description": "Name.",
      "type": "string",
      "example": "Example Name"
    },
    "Description": {
      "description": "Description.",
      "type": "string",
      "example": "string"
    },
    "ImageName": {
      "description": "ImageName.",
      "type": "string",
      "example": "Example Name"
    },
    "DisplayOrder": {
      "description": "DisplayOrder.",
      "type": "int32",
      "example": 1
    },
    "ImageUrl": {
      "description": "ImageUrl.",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    }
  }
}