{ "$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 } } }