PosVendor

The posVendor that is processing the order

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-pos-vendor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PosVendor",
  "description": "The posVendor that is processing the order",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-pos-vendor-schema.json",
  "type": "string",
  "enum": [
    "BRINK",
    "CARROLS",
    "NCR",
    "QDI",
    "SICOM"
  ]
}