Lightspeed · JSON Structure

Restaurant K Series Reservation Service Platform Business Location Structure

reservation-servicePlatformBusinessLocation schema from Lightspeed Restaurant K Series API

Type: object Properties: 8 Required: 1
POSRetailRestaurantEcommerce

reservation-servicePlatformBusinessLocation is a JSON Structure definition published by Lightspeed, describing 8 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

businessLocationId city country name state street1 street2 zip

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/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-reservation-service-platform-business-location-structure.json",
  "name": "reservation-servicePlatformBusinessLocation",
  "description": "reservation-servicePlatformBusinessLocation schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "businessLocationId": {
      "description": "The unique identifier of the business location.",
      "type": "string"
    },
    "city": {
      "description": "The business location's city.",
      "type": "string"
    },
    "country": {
      "description": "The business location's country.",
      "type": "string"
    },
    "name": {
      "description": "The business location's name.",
      "type": "string"
    },
    "state": {
      "description": "The business location's state.",
      "type": "string"
    },
    "street1": {
      "description": "The first line of the business location's street address.",
      "type": "string"
    },
    "street2": {
      "description": "The second line of the business location's street address.",
      "type": "string"
    },
    "zip": {
      "description": "The business location's postal code.",
      "type": "string"
    }
  },
  "required": [
    "businessLocationId"
  ]
}