Lightspeed · JSON Structure

Restaurant K Series Teckel Rich Item Dto Pictures Structure

teckelRichItemDtoPictures schema from Lightspeed Restaurant K Series API

Type: object Properties: 3
POSRetailRestaurantEcommerce

teckelRichItemDtoPictures 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

pictureUrl previewPictureUrl rawPictureUrl

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-rich-item-dto-pictures-structure.json",
  "name": "teckelRichItemDtoPictures",
  "description": "teckelRichItemDtoPictures schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "pictureUrl": {
      "example": "http://s3-eu-west-1.amazonaws.com/com.ikentoo.trial.rich-content-store/25372_029b5ad1-08f7-4e1f-9087-3ca91ad818f7.png",
      "description": "The URL of the picture.",
      "type": "string"
    },
    "previewPictureUrl": {
      "example": "http://s3-eu-west-1.amazonaws.com/com.ikentoo.trial.rich-content-store/25372_029b5ad1-08f7-4e1f-9087-3ca91ad818f7.png",
      "description": "The URL of the preview picture.",
      "type": "string"
    },
    "rawPictureUrl": {
      "example": "http://s3-eu-west-1.amazonaws.com/com.ikentoo.trial.rich-content-store/25372_029b5ad1-08f7-4e1f-9087-3ca91ad818f7_raw.png",
      "description": "The URL of the raw picture.",
      "type": "string"
    }
  }
}