{ "$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-id-card-batch-structure.json", "name": "id-cards-apiIdCardBatch", "description": "id-cards-apiIdCardBatch schema from Lightspeed Restaurant K Series API", "type": "object", "properties": { "batchId": { "type": "int64", "description": "The unique identifier for the ID card batch.", "example": 12345 }, "name": { "type": "string", "description": "The name of the ID card batch." }, "businessLocationId": { "type": "int64", "description": "The unique identifier for the business location this batch belongs to.", "example": 67890 } } }