Lightspeed · JSON Structure

Restaurant K Series Teckel Link Self Page Structure

teckelLinkSelfPage schema from Lightspeed Restaurant K Series API

Type: object Properties: 1
POSRetailRestaurantEcommerce

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

Properties

self

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-teckel-link-self-page-structure.json",
  "name": "teckelLinkSelfPage",
  "description": "teckelLinkSelfPage schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "self": {
      "properties": {
        "href": {
          "example": "https://api.trial.lsk.lightspeed.app/i/i/richItem/8262?page=0&size=100&sort=",
          "type": "string",
          "description": "The URL of the page of results."
        }
      },
      "type": "object"
    }
  }
}