{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/lunchbox/refs/heads/main/json-structure/pos-pos-store-structure.json", "name": "PosStore", "description": "PosStore schema from Lunchbox POS API", "type": "object", "properties": { "pos_store_id": { "type": "string", "example": "123456" }, "store_id": { "type": "string", "example": "123456" }, "name": { "type": "string", "example": "Sample" }, "contact": { "$ref": "#/components/schemas/PosContact" }, "location": { "$ref": "#/components/schemas/PosLocation" } } }