Lightspeed · Schema

Attributes

Pagination metadata returned in list responses.

POSRetailRestaurantEcommerce

Properties

Name Type Description
count integer Total number of matching records.
offset integer Offset of the current page.
limit integer Page size limit.
View JSON Schema on GitHub

JSON Schema

retail-r-series-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Attributes",
  "description": "Pagination metadata returned in list responses.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-schema/retail-r-series-attributes-schema.json",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "description": "Total number of matching records."
    },
    "offset": {
      "type": "integer",
      "description": "Offset of the current page."
    },
    "limit": {
      "type": "integer",
      "description": "Page size limit."
    }
  }
}