Lightspeed · JSON Structure

Restaurant K Series Staff Api Report Access Level Structure

staff-apiReportAccessLevel schema from Lightspeed Restaurant K Series API

Type: object Properties: 2
POSRetailRestaurantEcommerce

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

Properties

value description

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-staff-api-report-access-level-structure.json",
  "name": "staff-apiReportAccessLevel",
  "description": "staff-apiReportAccessLevel schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "The value of the report access level.",
      "example": "STAFF_REPORT_OWN_ACCESS"
    },
    "description": {
      "type": "string",
      "description": "The description of the report access level.",
      "example": "The POS user can see their own reports"
    }
  }
}