IdentifyRequestDetails

IdentifyRequestDetails schema from Burger King's Partners API

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Properties

Name Type Description
operator object
terminal object
transactionId object
View JSON Schema on GitHub

JSON Schema

channel-identify-request-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IdentifyRequestDetails",
  "description": "IdentifyRequestDetails schema from Burger King's Partners API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-identify-request-details-schema.json",
  "type": "object",
  "properties": {
    "operator": {
      "$ref": "#/components/schemas/Operator"
    },
    "terminal": {
      "$ref": "#/components/schemas/Terminal"
    },
    "transactionId": {
      "$ref": "#/components/schemas/TransactionId"
    }
  }
}