Lunchbox · JSON Structure

Management Service Type Config Structure

ServiceTypeConfig schema from Lunchbox Management API

Type: object Properties: 10
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Properties

approved enabled group_base_prep_time base_prep_time lead_time hold_same_day_orders pos_autosend hold_future_orders min_subtotal allow_check_in

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/lunchbox/refs/heads/main/json-structure/management-service-type-config-structure.json",
  "name": "ServiceTypeConfig",
  "description": "ServiceTypeConfig schema from Lunchbox Management API",
  "type": "object",
  "properties": {
    "approved": {
      "type": "boolean",
      "example": true
    },
    "enabled": {
      "type": "boolean",
      "example": true
    },
    "group_base_prep_time": {
      "type": "int32",
      "example": 1
    },
    "base_prep_time": {
      "type": "int32",
      "example": 1
    },
    "lead_time": {
      "type": "int32",
      "example": 1
    },
    "hold_same_day_orders": {
      "type": "boolean",
      "example": true
    },
    "pos_autosend": {
      "type": "boolean",
      "example": true
    },
    "hold_future_orders": {
      "type": "boolean",
      "example": true
    },
    "min_subtotal": {
      "type": "double",
      "example": 1.0
    },
    "allow_check_in": {
      "type": "boolean",
      "example": true
    }
  }
}