{ "$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-category-structure.json", "name": "Category", "description": "An item category used to classify inventory.", "type": "object", "properties": { "categoryID": { "type": "string", "description": "Unique category identifier." }, "name": { "type": "string", "description": "Category name." }, "parentID": { "type": "string", "description": "Identifier of the parent category." }, "fullPathName": { "type": "string", "description": "Fully qualified category path." } } }