Lightspeed · JSON Structure

Restaurant K Series Id Cards Api Create Id Cards Request Structure

id-cards-apiCreateIdCardsRequest schema from Lightspeed Restaurant K Series API

Type: object Properties: 1 Required: 1
POSRetailRestaurantEcommerce

id-cards-apiCreateIdCardsRequest is a JSON Structure definition published by Lightspeed, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cardCount

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-id-cards-api-create-id-cards-request-structure.json",
  "name": "id-cards-apiCreateIdCardsRequest",
  "description": "id-cards-apiCreateIdCardsRequest schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "cardCount": {
      "type": "int32",
      "description": "The number of ID cards to create.",
      "example": 1,
      "minimum": 1,
      "maximum": 100
    }
  },
  "required": [
    "cardCount"
  ]
}