Lavu · JSON Structure

Poslavu Api Menu Group Structure

A menu group (e.g. Dinner) from the menu_groups table.

Type: object Properties: 4
RestaurantPoint of SalePaymentsInventoryMenu Management

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

Properties

id menu_id group_name orderby

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/lavu/refs/heads/main/json-structure/poslavu-api-menu-group-structure.json",
  "name": "MenuGroup",
  "description": "A menu group (e.g. Dinner) from the menu_groups table.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Menu group identifier.",
      "example": "8"
    },
    "menu_id": {
      "type": "string",
      "description": "Identifier of the menu this group belongs to.",
      "example": "11"
    },
    "group_name": {
      "type": "string",
      "description": "Display name of the menu group.",
      "example": "Dinner"
    },
    "orderby": {
      "type": "string",
      "description": "Sort ordering value.",
      "example": ""
    }
  }
}