{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/customers-user-order-summary-structure.json", "name": "UserOrderSummary", "description": "A previous order row for admin user management (structured; no HTML).", "type": "object", "properties": { "OrderId": { "description": "OrderId.", "type": "int32", "example": 500123 }, "TsOrderPlacedUtc": { "description": "TsOrderPlacedUtc.", "type": "datetime", "nullable": true, "example": "2026-06-02T12:00:00Z" }, "TsUpdateUtc": { "description": "TsUpdateUtc.", "type": "datetime", "example": "2026-06-02T12:00:00Z" }, "RestaurantName": { "description": "RestaurantName.", "type": "string", "example": "Example Name" }, "FoodAmount": { "description": "FoodAmount.", "type": "double", "example": 12.5 }, "TipAmount": { "description": "TipAmount.", "type": "double", "example": 12.5 }, "TotalRestaurantAmount": { "description": "TotalRestaurantAmount.", "type": "double", "example": 12.5 }, "IsoCurrency": { "description": "IsoCurrency.", "type": "string", "example": "EUR" }, "DeliveryType": { "description": "DeliveryType.", "type": "string", "example": "string" }, "OrderState": { "description": "OrderState.", "type": "string", "example": "string" }, "PaymentAccountDescription": { "description": "PaymentAccountDescription.", "type": "string", "example": "string" } } }