Lightspeed · JSON Structure

Restaurant K Series Ape Production Instruction Structure

apeProductionInstruction schema from Lightspeed Restaurant K Series API

Type: object Properties: 4
POSRetailRestaurantEcommerce

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

Properties

multiSelectionPermitted productionInstructionGroupName productionIntructionGroupId productionInstructionList

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/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-ape-production-instruction-structure.json",
  "name": "apeProductionInstruction",
  "description": "apeProductionInstruction schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "multiSelectionPermitted": {
      "type": "boolean",
      "description": "Specifies if more than one production instruction can be selected for this group."
    },
    "productionInstructionGroupName": {
      "type": "string",
      "description": "The group name for this production instruction."
    },
    "productionIntructionGroupId": {
      "type": "int64",
      "description": "The unique identifier for this production instruction group."
    },
    "productionInstructionList": {
      "type": "array",
      "description": "Array of production instructions for this group.",
      "items": {
        "type": "object",
        "properties": {
          "instruction": {
            "type": "string",
            "description": "The name of the production instruction."
          },
          "ikentooModifierId": {
            "description": "The unique identifier of this production instruction.",
            "type": "int64"
          }
        },
        "description": "Array of production instructions for this group"
      }
    }
  }
}