Quandoo · Schema

CustomerReviewData

CustomerReviewData schema from Quandoo Public Partner API

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Properties

Name Type Description
identifier string Identifier of the customer associated to this review. Only in detailed view.
firstName string Customer first name associated to this review. Only in detailed view.
lastName string First letter of customer last name associated to this review. Only in detailed view.
profileImage string Customer profile image URL associated to this review. Only in detailed view.
View JSON Schema on GitHub

JSON Schema

quandoo-public-partner-api-customer-review-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomerReviewData",
  "description": "CustomerReviewData schema from Quandoo Public Partner API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-schema/quandoo-public-partner-api-customer-review-data-schema.json",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "description": "Identifier of the customer associated to this review. Only in detailed view."
    },
    "firstName": {
      "type": "string",
      "description": "Customer first name associated to this review. Only in detailed view."
    },
    "lastName": {
      "type": "string",
      "description": "First letter of customer last name associated to this review. Only in detailed view."
    },
    "profileImage": {
      "type": "string",
      "description": "Customer profile image URL associated to this review. Only in detailed view."
    }
  }
}