Flipdish · JSON Structure

Menus Menu Checkpoint Structure

Menu Checkpoint

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

MenuCheckpointId Time Name Url

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-checkpoint-structure.json",
  "name": "MenuCheckpoint",
  "description": "Menu Checkpoint",
  "type": "object",
  "properties": {
    "MenuCheckpointId": {
      "description": "Identifier of Menu Checkpoint",
      "type": "int32",
      "example": 500123
    },
    "Time": {
      "description": "Time of creation of checkpoint",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "Name": {
      "description": "Name of checkpoint",
      "type": "string",
      "example": "Example Name"
    },
    "Url": {
      "description": "Url that points to Serialized Checkpoint",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    }
  }
}