Lightspeed · JSON Structure

Restaurant K Series Id Cards Api Create Id Card Batch Request Structure

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

Type: object Properties: 1 Required: 1
POSRetailRestaurantEcommerce

id-cards-apiCreateIdCardBatchRequest 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

name

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-card-batch-request-structure.json",
  "name": "id-cards-apiCreateIdCardBatchRequest",
  "description": "id-cards-apiCreateIdCardBatchRequest schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the ID card batch.",
      "example": "Sample Batch Name",
      "pattern": ".*\\S.*",
      "maxLength": 255
    }
  },
  "required": [
    "name"
  ]
}