{ "$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" ] }