Lightspeed · Schema

staff-apiReportAccessLevel

staff-apiReportAccessLevel schema from Lightspeed Restaurant K Series API

POSRetailRestaurantEcommerce

Properties

Name Type Description
value string The value of the report access level.
description string The description of the report access level.
View JSON Schema on GitHub

JSON Schema

restaurant-k-series-staff-api-report-access-level-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "staff-apiReportAccessLevel",
  "description": "staff-apiReportAccessLevel schema from Lightspeed Restaurant K Series API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-schema/restaurant-k-series-staff-api-report-access-level-schema.json",
  "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"
    }
  }
}