SpotOn · JSON Structure

Restaurant Pos Export Job Position Structure

A job position configured at a location.

Type: object Properties: 4
RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

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

Properties

id locationId name deleted

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/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."
    }
  }
}