Lightspeed · JSON Structure

Retail X Series Brand Structure

Brand schema from Lightspeed Retail X-Series API

Type: object Properties: 4
POSRetailRestaurantEcommerce

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

Properties

id name description deleted_at

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-x-series-brand-structure.json",
  "name": "Brand",
  "description": "Brand schema from Lightspeed Retail X-Series API",
  "type": "object",
  "properties": {
    "id": {
      "type": "uuid"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "deleted_at": {
      "type": "datetime",
      "nullable": true
    }
  }
}