{ "$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" } } }