SpotOn · JSON Structure

Restaurant Pos Export Owner Info Structure

Employee ownership details for an order.

Type: object Properties: 3
RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

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

Properties

employeeId employeeName jobPositionId

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-owner-info-structure.json",
  "name": "OwnerInfo",
  "description": "Employee ownership details for an order.",
  "type": "object",
  "properties": {
    "employeeId": {
      "type": "string",
      "description": "Employee identifier."
    },
    "employeeName": {
      "type": "string",
      "description": "Employee name."
    },
    "jobPositionId": {
      "type": "string",
      "description": "Job position identifier held during ownership."
    }
  }
}