{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/spoton/refs/heads/main/json-structure/restaurant-pos-export-job-position-structure.json", "name": "JobPosition", "description": "A job position configured at a location.", "type": "object", "properties": { "id": { "type": "string", "description": "Unique job position identifier." }, "locationId": { "type": "string", "description": "Associated location identifier." }, "name": { "type": "string", "description": "Job position title." }, "deleted": { "type": "boolean", "description": "Whether the job position is marked as deleted." } } }