Lightspeed · JSON Structure

Retail R Series Attributes Structure

Pagination metadata returned in list responses.

Type: object Properties: 3
POSRetailRestaurantEcommerce

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

Properties

count offset limit

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/retail-r-series-attributes-structure.json",
  "name": "Attributes",
  "description": "Pagination metadata returned in list responses.",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "description": "Total number of matching records."
    },
    "offset": {
      "type": "int32",
      "description": "Offset of the current page."
    },
    "limit": {
      "type": "int32",
      "description": "Page size limit."
    }
  }
}