SpotOn · JSON Structure

Reserve Restaurant Structure

A restaurant accessible with the API key.

Type: object Properties: 3
RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

Restaurant 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

restaurantId name timeZone

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/reserve-restaurant-structure.json",
  "name": "Restaurant",
  "description": "A restaurant accessible with the API key.",
  "type": "object",
  "properties": {
    "restaurantId": {
      "type": "int32",
      "description": "The unique identifier for the restaurant."
    },
    "name": {
      "type": "string",
      "description": "The restaurant name."
    },
    "timeZone": {
      "type": "string",
      "description": "The IANA time zone of the restaurant."
    }
  }
}