Flipdish · JSON Structure

Menus Metadata Structure

Metadata

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Metadata 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

MenuEntityId Key Value

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-metadata-structure.json",
  "name": "Metadata",
  "description": "Metadata",
  "type": "object",
  "properties": {
    "MenuEntityId": {
      "description": "Menu entity identifier (eg: MenuItemId, MenuItemOptionSetItemId)",
      "type": "int32",
      "example": 500123
    },
    "Key": {
      "description": "Metadata key (Unique identifier)",
      "maxLength": 128,
      "minLength": 0,
      "type": "string",
      "example": "string"
    },
    "Value": {
      "description": "Metadata value",
      "maxLength": 4000,
      "minLength": 0,
      "type": "string",
      "example": "string"
    }
  }
}