Lavu · Schema

MenuCategory

A menu category from the menu_categories table.

RestaurantPoint-of-SalePaymentsInventoryMenu Management

Properties

Name Type Description
id string Menu category identifier.
menu_id string Identifier of the menu this category belongs to.
group_id string Identifier of the parent menu group.
name string Category name.
image string Category image filename.
description string Category description.
active string Whether the category is active (1) or not (0).
print string Whether items print by default (1) or not (0).
last_modified_date string Last modification timestamp.
printer string Assigned printer identifier.
modifier_list_id string Associated modifier list identifier.
apply_taxrate string Tax rate application mode (e.g. Default).
custom_taxrate string Custom tax rate when not using the default.
forced_modifier_group_id string Forced modifier group identifier.
print_order string Print ordering value.
super_group_id string Parent super group identifier.
View JSON Schema on GitHub

JSON Schema

poslavu-api-menu-category-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MenuCategory",
  "description": "A menu category from the menu_categories table.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lavu/refs/heads/main/json-schema/poslavu-api-menu-category-schema.json",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Menu category identifier.",
      "example": "113"
    },
    "menu_id": {
      "type": "string",
      "description": "Identifier of the menu this category belongs to.",
      "example": "11"
    },
    "group_id": {
      "type": "string",
      "description": "Identifier of the parent menu group.",
      "example": "2"
    },
    "name": {
      "type": "string",
      "description": "Category name.",
      "example": "Zambos"
    },
    "image": {
      "type": "string",
      "description": "Category image filename.",
      "example": ""
    },
    "description": {
      "type": "string",
      "description": "Category description.",
      "example": ""
    },
    "active": {
      "type": "string",
      "description": "Whether the category is active (1) or not (0).",
      "example": "1"
    },
    "print": {
      "type": "string",
      "description": "Whether items print by default (1) or not (0).",
      "example": "0"
    },
    "last_modified_date": {
      "type": "string",
      "description": "Last modification timestamp.",
      "example": "0000-00-00 00:00:00"
    },
    "printer": {
      "type": "string",
      "description": "Assigned printer identifier.",
      "example": "1"
    },
    "modifier_list_id": {
      "type": "string",
      "description": "Associated modifier list identifier.",
      "example": "0"
    },
    "apply_taxrate": {
      "type": "string",
      "description": "Tax rate application mode (e.g. Default).",
      "example": "Default"
    },
    "custom_taxrate": {
      "type": "string",
      "description": "Custom tax rate when not using the default.",
      "example": ""
    },
    "forced_modifier_group_id": {
      "type": "string",
      "description": "Forced modifier group identifier.",
      "example": "0"
    },
    "print_order": {
      "type": "string",
      "description": "Print ordering value.",
      "example": "0"
    },
    "super_group_id": {
      "type": "string",
      "description": "Parent super group identifier.",
      "example": "1"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/poslavu-api-menu-category"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.